exceptionType Property

Summary

The exception type, as a string, from the server's exception.

Syntax
TypeScript
JavaScript
Object.defineProperty(ServiceError.prototype, 'exceptionType', 
   get: function() 
) 
readonly exceptionType: string; 

Property Value

The exact text from the Exception.GetType().ToString() method of the exception on the server.

Remarks

The Document Service defines a new type of exception, DocumentService.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.

Requirements

Target Platforms

Help Version 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.