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 つです。
イベント ハンドラー デリゲートの詳細については、「イベントの 処理と発生」を参照してください。
Unhandled |
例外オブジェクトと共通言語ランタイム終了フラグを使用して、UnhandledExceptionEventArgs クラスの新しいインスタンスを初期化します。 |
Exception |
未処理の例外オブジェクトを取得します。 |
Is |
共通言語ランタイムが終了しているかどうかを示す値を取得します。 |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
Get |
既定のハッシュ関数として機能します。 (継承元 Object) |
Get |
現在のインスタンスの Type を取得します。 (継承元 Object) |
Memberwise |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
To |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
製品 | バージョン |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。