UnobservedTaskExceptionEventArgs(AggregateException) Konstruktor

Definition

Initialisiert eine neue Instanz der UnobservedTaskExceptionEventArgs Klasse mit der ausnahme ohne Beobachtung.

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)

Parameter

exception
AggregateException

Die Ausnahme, die nicht beobachtet wurde.

Gilt für:

Weitere Informationen