EventRecordWrittenEventArgs.EventException Property

Definition

Gets the exception that occurred when the event subscription failed. The exception has a description of why the subscription failed.

public:
 property Exception ^ EventException { Exception ^ get(); };
public Exception EventException { get; }
member this.EventException : Exception
Public ReadOnly Property EventException As Exception

Property Value

The exception that occurred when the event subscription failed.

Applies to

See also