[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 |
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | (Inherited from ![]() |
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