Class ExceptionThrownEventArgs
ExceptionThrown
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
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }