UnobservedTaskExceptionEventArgs(AggregateException) Constructor

Definitie

Initialiseert een nieuw exemplaar van de UnobservedTaskExceptionEventArgs klasse met de niet-gereserveerde uitzondering.

public:
 UnobservedTaskExceptionEventArgs(AggregateException ^ exception);
public UnobservedTaskExceptionEventArgs(AggregateException exception);
new System.Threading.Tasks.UnobservedTaskExceptionEventArgs : AggregateException -> System.Threading.Tasks.UnobservedTaskExceptionEventArgs
Public Sub New (exception As AggregateException)

Parameters

exception
AggregateException

De uitzondering die onopgemerkt is gebleven.

Van toepassing op

Zie ook