[This is preliminary documentation and is subject to change.]
The CefV8Exception type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the CefV8Exception | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
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.
|
See Also