UnobservedTaskExceptionEventArgs.Exception Propriedade

Definição

Obtém a exceção que não foi observada.

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 da propriedade

A exceção que não foi observada.

Aplica-se a

Confira também