Click or drag to resize

ExceptionDetails Properties

Version 86.0.240

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