UnobservedTaskExceptionEventArgs.Exception Eigenschaft

Definition

Ruft die Ausnahme ab, die nicht beobachtet wurde.

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

Eigenschaftswert

Die Ausnahme, die nicht beobachtet wurde.

Gilt für:

Weitere Informationen