Click or drag to resize

CefV8Exception Class

Class representing a V8 exception. The methods of this class may be called on any render process thread.
Inheritance Hierarchy
SystemObject
  Internal.Xilium.CefGlueCefV8Exception

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public sealed class CefV8Exception : IDisposable

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.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the CefV8Exception
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also