The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: