UnhandledExceptionEventArgs クラス

定義

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

public ref class UnhandledExceptionEventArgs : System::Threading::ThreadExceptionEventArgs
[System.Runtime.InteropServices.ComVisible(false)]
public class UnhandledExceptionEventArgs : System.Threading.ThreadExceptionEventArgs
[<System.Runtime.InteropServices.ComVisible(false)>]
type UnhandledExceptionEventArgs = class
    inherit ThreadExceptionEventArgs
Public Class UnhandledExceptionEventArgs
Inherits ThreadExceptionEventArgs
継承
UnhandledExceptionEventArgs
属性

注釈

イベントは UnhandledException 、Visual Basic アプリケーション モデルを実装するアプリケーションでハンドルされない例外が発生したときに発生します。 詳細については、「 Visual Basic アプリケーション モデルの概要」を参照してください。

UnhandledExceptionEventArgsExceptionには、発生した が含まれており、例外ハンドラーの終了時にアプリケーションを終了する必要があるかどうかを示します。

コンストラクター

UnhandledExceptionEventArgs(Boolean, Exception)

UnhandledExceptionEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Exception

発生した Exception を取得します。

(継承元 ThreadExceptionEventArgs)
ExitApplication

例外ハンドラーの終了時にアプリケーションを終了するかどうかを示します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください