Click or drag to resize

ExceptionDetails Properties

Version 130.1.90

The ExceptionDetails type exposes the following members.

Properties
 NameDescription
Public propertyColumnNumber Column number of the exception location (0-based).
Public propertyException Exception object if available.
Public propertyExceptionId Exception id.
Public propertyExceptionMetaData Dictionary with entries of meta data that the client associated with this exception, such as information about associated network requests, etc.
Public propertyExecutionContextId Identifier of the context where exception happened.
Public propertyLineNumber Line number of the exception location (0-based).
Public propertyScriptId Script ID of the exception location.
Public propertyStackTrace JavaScript stack trace if available.
Public propertyText Exception text, which should be used together with exception object when available.
Public propertyUrl URL of the exception location, to be used when the script was not reported.
Top
See Also