ErrorEventArgs.Exception プロパティ

定義

発生した例外を取得します。

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

プロパティ値

発生した例外。

注釈

イベントが発生する原因となった例外。

適用対象