UnobservedTaskExceptionEventArgs(AggregateException) Konstruktor

Definice

Inicializuje novou instanci UnobservedTaskExceptionEventArgs třídy bezobslužné výjimky.

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

Výjimka, která zmizela bezobslužné.

Platí pro

Viz také