DispatcherUnhandledExceptionFilterEventArgs.Exception Eigenschaft

Definition

Ruft die Ausnahme ab, die ausgelöst wurde, als Code über den Verteiler ausgeführt wurde.

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

Eigenschaftswert

Die Ausnahme.

Gilt für:

Weitere Informationen