Class ExceptionRevokedEventArgs
ExceptionRevoked
public sealed class ExceptionRevokedEventArgs : EventArgs- Inheritance
- 
      
      
      ExceptionRevokedEventArgs
- Inherited Members
Properties
ExceptionId
Gets or sets the exceptionId
[JsonPropertyName("exceptionId")]
public long ExceptionId { get; set; }Property Value
Reason
Gets or sets the reason
[JsonPropertyName("reason")]
public string Reason { get; set; }