V8Exception Class |
The V8Exception type exposes the following members.
Name | Description | |
---|---|---|
![]() | V8Exception | V8 Exception |
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 | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |