ExceptionDetails Class |
Namespace: CefSharp.DevTools.Runtime
The ExceptionDetails type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExceptionDetails | Initializes a new instance of the ExceptionDetails class |
Name | Description | |
---|---|---|
![]() | ColumnNumber |
Column number of the exception location (0-based).
|
![]() | Exception |
Exception object if available.
|
![]() | ExceptionId |
Exception id.
|
![]() | ExceptionMetaData |
Dictionary with entries of meta data that the client associated
with this exception, such as information about associated network
requests, etc.
|
![]() | ExecutionContextId |
Identifier of the context where exception happened.
|
![]() | LineNumber |
Line number of the exception location (0-based).
|
![]() | ScriptId |
Script ID of the exception location.
|
![]() | StackTrace |
JavaScript stack trace if available.
|
![]() | Text |
Exception text, which should be used together with exception object when available.
|
![]() | Url |
URL of the exception location, to be used when the script was not reported.
|
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.) |
![]() | ToDictionary | (Inherited from DevToolsDomainEntityBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |