DispatcherUnhandledExceptionEventArgs.Exception プロパティ

定義

ディスパッチャーを使用してコードを実行したときに発生した例外を取得します。

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

プロパティ値

例外。

適用対象