Aracılığıyla paylaş


UnobservedTaskExceptionEventArgs(AggregateException) Oluşturucu

Tanım

Gözlemlenmeyen UnobservedTaskExceptionEventArgs özel durumla sınıfının yeni bir örneğini başlatır.

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)

Parametreler

exception
AggregateException

Gözlemlenmeyen özel durum.

Şunlara uygulanır

Ayrıca bkz.