言語

DispatcherUnhandledExceptionFilterEventArgs クラス

定義

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

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

注釈

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

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

プロパティ

名前 説明
Dispatcher

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

(継承元 DispatcherEventArgs)
Exception

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

RequestCatch

例外をキャッチし、イベント ハンドラーを呼び出すかどうかを取得または設定します。

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください