UnhandledExceptionEventArgs(Object, Boolean) コンストラクター
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
例外オブジェクトと共通言語ランタイム終了フラグを使用して、UnhandledExceptionEventArgs クラスの新しいインスタンスを初期化します。
public:
UnhandledExceptionEventArgs(System::Object ^ exception, bool isTerminating);
C#
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
。
製品 | バージョン |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7 |
.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 |
.NET Standard | 2.0, 2.1 |