UnobservedTaskExceptionEventArgs(AggregateException) Konstruktor

Definicja

Inicjuje UnobservedTaskExceptionEventArgs nowe wystąpienie klasy z nieobserwowanym wyjątkiem.

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)

Parametry

exception
AggregateException

Wyjątek, który nie został zaserwowany.

Dotyczy

Zobacz też