DispatcherUnhandledExceptionEventArgs クラス

定義

Dispatcher UnhandledException イベントのデータを提供します。

public ref class DispatcherUnhandledExceptionEventArgs sealed : System::Windows::Threading::DispatcherEventArgs
public sealed class DispatcherUnhandledExceptionEventArgs : System.Windows.Threading.DispatcherEventArgs
type DispatcherUnhandledExceptionEventArgs = class
    inherit DispatcherEventArgs
Public NotInheritable Class DispatcherUnhandledExceptionEventArgs
Inherits DispatcherEventArgs
継承
DispatcherUnhandledExceptionEventArgs

注釈

UnhandledException イベントは、Dispatcherを使用して実行されるコードが、処理されない例外をスローするときに発生します。

UnhandledExceptionFilter イベントは、UnhandledException イベントを発生させないようにする手段を提供します。 UnhandledExceptionFilter イベントが最初に発生し、DispatcherUnhandledExceptionFilterEventArgsRequestCatchfalse に設定されている場合、UnhandledException イベントは発生しません。

プロパティ

名前 説明
Dispatcher

このイベントに関連付けられている Dispatcher

(継承元 DispatcherEventArgs)
Exception

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

Handled

例外イベントが処理されたかどうかを取得または設定します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください