ExceptionReceivedEventArgs.Exception Property

Definition

Gets the parent class exception to which this event data belongs.

public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Property Value

The exception, generated by the parent class, to which this event data belongs.

Applies to