System.Diagnostics.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.

Syntax

[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.NotifyParentProperty(true)]
[System.Diagnostics.MonitoringDescription("Thread shows dialogboxes for errors.")]
public bool ErrorDialog { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Note:

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

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0