Click or drag to resize

V8Exception Properties

Version 130.1.90

The V8Exception type exposes the following members.

Properties
 NameDescription
Public propertyEndColumn Returns the index within the line of the last character where the error occurred.
Public propertyEndPosition Returns the index within the script of the last character where the error occurred.
Public propertyLineNumber Returns the 1-based number of the line where the error occurred or 0 if the line number is unknown.
Public propertyMessage Returns the exception message.
Public propertyScriptResourceName Returns the resource name for the script from where the function causing the error originates.
Public propertySourceLine Returns the line of source code that the exception occurred within.
Public propertyStartColumn Returns the index within the line of the first character where the error occurred.
Public propertyStartPosition Returns the index within the script of the first character where the error occurred.
Top
See Also