UnhandledExceptionEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ドメインで処理されない例外がある場合に発生するイベントにデータを提供します。
public ref class UnhandledExceptionEventArgs : EventArgs
public class UnhandledExceptionEventArgs : EventArgs
[System.Serializable]
public class UnhandledExceptionEventArgs : EventArgs
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class UnhandledExceptionEventArgs : EventArgs
type UnhandledExceptionEventArgs = class
inherit EventArgs
[<System.Serializable>]
type UnhandledExceptionEventArgs = class
inherit EventArgs
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type UnhandledExceptionEventArgs = class
inherit EventArgs
Public Class UnhandledExceptionEventArgs
Inherits EventArgs
- 継承
- 属性
注釈
UnhandledExceptionEventArgs は、例外オブジェクトへのアクセスと、共通言語ランタイムが終了しているかどうかを示すフラグを提供します。 UnhandledExceptionEventArgsは、 イベントに渡されるUnhandledExceptionEventHandlerパラメーターの AppDomain.UnhandledException 1 つです。
イベント ハンドラー デリゲートの詳細については、「イベントの 処理と発生」を参照してください。
コンストラクター
UnhandledExceptionEventArgs(Object, Boolean) |
例外オブジェクトと共通言語ランタイム終了フラグを使用して、UnhandledExceptionEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
ExceptionObject |
未処理の例外オブジェクトを取得します。 |
IsTerminating |
共通言語ランタイムが終了しているかどうかを示す値を取得します。 |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
適用対象
こちらもご覧ください
.NET