UnobservedTaskExceptionEventArgs.Exception プロパティ

定義

監視されていない例外を取得します。

public:
 property AggregateException ^ Exception { AggregateException ^ get(); };
public AggregateException Exception { get; }
public AggregateException? Exception { get; }
member this.Exception : AggregateException
Public ReadOnly Property Exception As AggregateException

プロパティ値

監視されていない例外。

適用対象

こちらもご覧ください