Class ExceptionThrownEventArgs
Issued when exception was thrown and unhandled.
public sealed class ExceptionThrownEventArgs : EventArgs
- Inheritance
-
ExceptionThrownEventArgs
- Inherited Members
Properties
ExceptionDetails
Gets or sets the exceptionDetails
[JsonPropertyName("exceptionDetails")]
public ExceptionDetails ExceptionDetails { get; set; }
Property Value
Timestamp
Timestamp of the exception.
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }