UnobservedTaskExceptionEventArgs(AggregateException) Constructeur

Définition

Initialise une nouvelle instance de la UnobservedTaskExceptionEventArgs classe avec l’exception non servie.

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)

Paramètres

exception
AggregateException

Exception qui n’a pas été traitée.

S’applique à

Voir aussi