Partager via


UnobservedTaskExceptionEventArgs(AggregateException) Constructeur

Définition

Initialise une nouvelle instance de la classe UnobservedTaskExceptionEventArgs avec l'exception non prise en charge.

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é prise en charge.

S’applique à

Voir aussi