Język

UnobservedTaskExceptionEventArgs(AggregateException) Konstruktor

Definicja

Inicjuje nowe wystąpienie UnobservedTaskExceptionEventArgs 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 zniknął.

Dotyczy

Zobacz też