V8Exception Properties |
The V8Exception type exposes the following members.
Name | Description | |
---|---|---|
EndColumn |
Returns the index within the line of the last character where the error occurred.
| |
EndPosition |
Returns the index within the script of the last character where the error occurred.
| |
LineNumber |
Returns the 1-based number of the line where the error occurred or 0 if the line number is unknown.
| |
Message |
Returns the exception message.
| |
ScriptResourceName |
Returns the resource name for the script from where the function causing the error originates.
| |
SourceLine |
Returns the line of source code that the exception occurred within.
| |
StartColumn |
Returns the index within the line of the first character where the error occurred.
| |
StartPosition |
Returns the index within the script of the first character where the error occurred.
|