Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

ExceptionType Property

Show in webframe
The exception type, as a string, from the server's exception.
Syntax
get_exceptionType();
Object.defineProperty('exceptionType');

Property Value

TypeDescription
stringThe exact text from the Exception.GetType().ToString() method of the exception on the server.
Remarks

The Documents Service defines a new type of exception, DocumentsService.ServiceException, which covers cases in which Detail and Message may be the same. This type of exception is derived from the base Exception class and should be treated as such.

See ServiceError for more information.

See Also

Reference

ServiceError Object
ServiceError Members

Error processing SSI file