ProcessStartInfo::ErrorDialog Property

 

Gets or sets a value indicating whether an error dialog box is displayed to the user if the process cannot be started.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

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

Property Value

Type: System::Boolean

true if an error dialog box should be displayed on the screen if the process cannot be started; otherwise, false. The default is false.

System_CAPS_noteNote

UseShellExecute must be true if you want to set ErrorDialog to true.

.NET Framework
Available since 1.1
Return to top
Show: