Class JavaScriptExceptionThrownEventArgs
Provides data for the JavaScriptExceptionThrown event.
public class JavaScriptExceptionThrownEventArgs : EventArgs
- Inheritance
-
JavaScriptExceptionThrownEventArgs
- Inherited Members
Constructors
JavaScriptExceptionThrownEventArgs(string)
Initializes a new instance of the JavaScriptExceptionThrownEventArgs type.
public JavaScriptExceptionThrownEventArgs(string message)
Parameters
message
stringThe message of the exception thrown by JavaScript executing in the browser.
Properties
Message
Gets or sets the message of the exception thrown by JavaScript executing in the browser.
public string Message { get; set; }