CoreWebView2ScriptException Class
This interface represents a JavaScript exception.
Summary
Members | Description |
---|---|
ColumnNumber | The column number of the source where the exception occurred. Note that this position starts at 0. |
LineNumber | The line number of the source where the exception occurred. Note that this position starts at 0. |
Message | The Message is the exception's message and potentially stack. |
Name | The Name is the exception's class name. |
ToJson | This will return all details of the exception as a JSON string. |
Properties
ColumnNumber
readonly uint32_t ColumnNumber
The column number of the source where the exception occurred. Note that this position starts at 0.
LineNumber
readonly uint32_t LineNumber
The line number of the source where the exception occurred. Note that this position starts at 0.
Message
readonly string Message
The Message is the exception's message and potentially stack.
Name
readonly string Name
The Name is the exception's class name.
ToJson
readonly string ToJson
This will return all details of the exception as a JSON string.