CefV8Exception MembersXilium.CefGlue

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

The CefV8Exception type exposes the following members.
Methods

  NameDescription
Public methodDispose
Releases all resources used by the CefV8Exception
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
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