UnobservedTaskExceptionEventArgs.Exception Propiedad

Definición

Obtiene la excepción que no se ha servido.

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

Valor de propiedad

Excepción que no se ha servido.

Se aplica a

Consulte también