The exception type, as a string, from the server's exception.
Object.defineProperty(ServiceError.prototype, 'exceptionType',
get: function()
)
exceptionType: string; // read-only
The exact text from the Exception.GetType().ToString() method of the exception on the server.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET