exceptionType Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(ServiceError.prototype, 'exceptionType', 
	get: function() 
) 
TypeScript Syntax
exceptionType: string; // read-only 

Property Value

The 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly