Share via


UnobservedTaskExceptionEventArgs(AggregateException) Constructor

Definición

Inicializa una nueva instancia de la clase UnobservedTaskExceptionEventArgs con la excepción inadvertida.

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

Excepción que ha pasado inadvertida.

Se aplica a

Consulte también