Cef |
public sealed class CefV8Exception : IDisposable
The CefV8Exception type exposes the following members.
| Name | Description | |
|---|---|---|
| EndColumn | Returns the index within the line of the last character where the error occurred. | |
| EndPosition | Returns the index within the script of the last character where the error occurred. | |
| LineNumber | Returns the 1-based number of the line where the error occurred or 0 if the line number is unknown. | |
| Message | Returns the exception message. | |
| ScriptResourceName | Returns the resource name for the script from where the function causing the error originates. | |
| SourceLine | Returns the line of source code that the exception occurred within. | |
| StartColumn | Returns the index within the line of the first character where the error occurred. | |
| StartPosition | Returns the index within the script of the first character where the error occurred. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the CefV8Exception | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | (Overrides ObjectFinalize) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |