UnobservedTaskExceptionEventArgs(AggregateException) Construtor

Definição

Inicializa uma nova instância da classe UnobservedTaskExceptionEventArgs com a exceção que não foi observada.Initializes a new instance of the UnobservedTaskExceptionEventArgs class with the unobserved exception.

public:
 UnobservedTaskExceptionEventArgs(AggregateException ^ exception);
public UnobservedTaskExceptionEventArgs (AggregateException exception);
public UnobservedTaskExceptionEventArgs (AggregateException? exception);
new System.Threading.Tasks.UnobservedTaskExceptionEventArgs : AggregateException -> System.Threading.Tasks.UnobservedTaskExceptionEventArgs
Public Sub New (exception As AggregateException)

Parâmetros

exception
AggregateException

A exceção que não foi observada.The Exception that has gone unobserved.

Aplica-se a