言語

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

監視されていない例外。

適用対象

こちらもご覧ください