UnhandledExceptionEventArgs::ExitApplication Property
.NET Framework (current version)
Indicates whether the application should exit upon exiting the exception handler.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
The Visual Basic Application Model checks the value of this property after running the handlers of the UnhandledException event. If ExitApplication is True, then the application exits. Otherwise, the application continues to run. For more information, see Overview of the Visual Basic Application Model.
.NET Framework
Available since 2.0
Available since 2.0
Show: