EventRecordWrittenEventArgs.EventException Egenskap

Definition

Hämtar undantaget som inträffade när händelseprenumerationen misslyckades. Undantaget innehåller en beskrivning av varför prenumerationen misslyckades.

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

Egenskapsvärde

Undantaget som inträffade när händelseprenumerationen misslyckades.

Gäller för

Se även