UnhandledExceptionEventArgs(Object, Boolean) コンストラクター

定義

例外オブジェクトと共通言語ランタイム終了フラグを使用して、UnhandledExceptionEventArgs クラスの新しいインスタンスを初期化します。

public:
 UnhandledExceptionEventArgs(System::Object ^ exception, bool isTerminating);
public UnhandledExceptionEventArgs (object exception, bool isTerminating);
new UnhandledExceptionEventArgs : obj * bool -> UnhandledExceptionEventArgs
Public Sub New (exception As Object, isTerminating As Boolean)

パラメーター

exception
Object

処理されない例外。

isTerminating
Boolean

ランタイムが終了中の場合は true。それ以外の場合は false

適用対象