UnobservedTaskExceptionEventArgs.Exception Propriedade

Definição

Recebe 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 de Propriedade

A exceção que passou despercebida.

Aplica-se a

Ver também