Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Indicates whether the application should exit upon exiting the exception handler.

Namespace:   Microsoft.VisualBasic.ApplicationServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
property bool ExitApplication {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A Boolean that indicates whether the application should exit upon exiting the exception handler.

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
Return to top
Show:
© 2017 Microsoft