UnobservedTaskExceptionEventArgs.Exception Propriété

Définition

Obtient l’exception qui n’a pas été observée.

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

Valeur de propriété

Exception qui n’a pas été observée.

S’applique à

Voir aussi