UnhandledExceptionEventArgs Constructor (Object^, Boolean)
.NET Framework (current version)
Initializes a new instance of the UnhandledExceptionEventArgs class with the exception object and a common language runtime termination flag.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- exception
-
Type:
System::Object^
The exception that is not handled.
- isTerminating
-
Type:
System::Boolean
true if the runtime is terminating; otherwise, false.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: