CefV8Exception PropertiesXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefV8Exception 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.
Back to Top
See Also