ProcessStartInfo.ErrorDialog 属性

定义

获取或设置指示不能启动进程时是否向用户显示错误对话框的值。

public:
 property bool ErrorDialog { bool get(); void set(bool value); };
public bool ErrorDialog { get; set; }
member this.ErrorDialog : bool with get, set
Public Property ErrorDialog As Boolean

属性值

如果在不能启动进程时应在屏幕上显示错误对话框,则为true ;否则为 false。 默认值为 false

注解

注意

UseShellExecutetrue如果要将 设置为 true,则必须为 ErrorDialog

适用于