UnobservedTaskExceptionEventArgs(AggregateException) コンストラクター

定義

無視された例外を使用して、UnobservedTaskExceptionEventArgs クラスの新しいインスタンスを初期化します。

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)

パラメーター

exception
AggregateException

無視された例外。

適用対象

こちらもご覧ください