ScriptErrorEventArgs Class
Subclass of EventArgs. Provides details about a JavaScript error when one occurrs.
Properties
Type | Signature |
Guid |
BrowserId
The id of the browser instance that the error occurred in. |
int |
LineNumber
The line number where the error occurred. |
int |
ColumnNumber
The column number on the line where the error occurred. |
string |
Message
The error message. |
string |
ResourceName
The file or resource name where the error occurred. |
Methods
Type | Signature |
string |
ToString()
Returns a nicely formatted error message that includes every member from this class. |