UnobservedTaskExceptionEventArgs(AggregateException) Konstruktor

Definition

Initierar en ny instans av UnobservedTaskExceptionEventArgs klassen med det ej observerade undantaget.

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)

Parametrar

exception
AggregateException

Undantaget som inte har observerats.

Gäller för

Se även