次の方法で共有


UnhandledExceptionEventArgs コンストラクタ

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

Public Sub New( _
   ByVal exception As Object, _   ByVal isTerminating As Boolean _)
[C#]
public UnhandledExceptionEventArgs(
   objectexception,boolisTerminating);
[C++]
public: UnhandledExceptionEventArgs(
   Object* exception,boolisTerminating);
[JScript]
public function UnhandledExceptionEventArgs(
   exception : Object,isTerminating : Boolean);

パラメータ

  • exception
    処理されない例外。
  • isTerminating
    ランタイムが終了中の場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, Common Language Infrastructure (CLI) Standard

参照

UnhandledExceptionEventArgs クラス | UnhandledExceptionEventArgs メンバ | System 名前空間