Class ExceptionRevokedEventArgs
Issued when unhandled exception was revoked.
public sealed class ExceptionRevokedEventArgs : EventArgs
- Inheritance
-
ExceptionRevokedEventArgs
- Inherited Members
Properties
ExceptionId
The id of revoked exception, as reported in exceptionThrown.
[JsonPropertyName("exceptionId")]
public long ExceptionId { get; set; }
Property Value
Reason
Reason describing why exception was revoked.
[JsonPropertyName("reason")]
public string Reason { get; set; }