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: 2026.1.1.0 (2026.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 methodDisposeReleases all resources used by the CefV8Exception
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also