Gets a bool value indicating whether the system is terminating the current process.
true if the system will end the current process as a result of the current unhandled exception; otherwise, false.
This property is read-only.
Note: This property returns true when an exception is received in, but not handled by, an application's main thread. This property also returns true if an unmanaged thread is executing managed code and receives an unhandled exception. UnhandledExceptionEventArgs.IsTerminating returns false for managed threads created by an application, and for unhandled exceptions thrown during object finalization.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0