type TCefV8ExceptionRef = class(TCefBaseRefCountedRef, ICefV8Exception)
This item has no description.
| Protected | function GetMessage: ustring; |
| Protected | function GetSourceLine: ustring; |
| Protected | function GetScriptResourceName: ustring; |
| Protected | function GetLineNumber: Integer; |
| Protected | function GetStartPosition: Integer; |
| Protected | function GetEndPosition: Integer; |
| Protected | function GetStartColumn: Integer; |
| Protected | function GetEndColumn: Integer; |
| Public | class function UnWrap(data: Pointer): ICefV8Exception; |
| Protected | function GetMessage: ustring; |
|
This item has no description. Showing description inherited from ICefV8Exception.GetMessage. Returns the exception message. | |
| Protected | function GetSourceLine: ustring; |
|
This item has no description. Showing description inherited from ICefV8Exception.GetSourceLine. Returns the line of source code that the exception occurred within. | |
| Protected | function GetScriptResourceName: ustring; |
|
This item has no description. Showing description inherited from ICefV8Exception.GetScriptResourceName. Returns the resource name for the script from where the function causing the error originates. | |
| Protected | function GetLineNumber: Integer; |
|
This item has no description. Showing description inherited from ICefV8Exception.GetLineNumber. Returns the 1-based number of the line where the error occurred or 0 if the line number is unknown. | |
| Protected | function GetStartPosition: Integer; |
|
This item has no description. Showing description inherited from ICefV8Exception.GetStartPosition. Returns the index within the script of the first character where the error occurred. | |
| Protected | function GetEndPosition: Integer; |
|
This item has no description. Showing description inherited from ICefV8Exception.GetEndPosition. Returns the index within the script of the last character where the error occurred. | |
| Protected | function GetStartColumn: Integer; |
|
This item has no description. Showing description inherited from ICefV8Exception.GetStartColumn. Returns the index within the line of the first character where the error occurred. | |
| Protected | function GetEndColumn: Integer; |
|
This item has no description. Showing description inherited from ICefV8Exception.GetEndColumn. Returns the index within the line of the last character where the error occurred. | |
| Public | class function UnWrap(data: Pointer): ICefV8Exception; |
|
This item has no description. | |