Class ExceptionThrownEventArgs
Provides data for events relating to JavaScript exception handling.
public class ExceptionThrownEventArgs : EventArgs
- Inheritance
-
ExceptionThrownEventArgs
- Inherited Members
Properties
Message
Gets the text of the exception.
public string Message { get; }
Property Value
Timestamp
Gets the time stamp of the exception.
public DateTime Timestamp { get; }