UnobservedTaskExceptionEventArgs.Exception Proprietà

Definizione

Ottiene l'eccezione non osservata.

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

Valore della proprietà

Eccezione non osservata.

Si applica a

Vedi anche