ExceptionMessageBox.Caption 属性

定义

获取或设置异常消息框的对话框标题。

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
member this.Caption : string with get, set
Public Property Caption As String

属性值

一个 String 值。

注解

默认为空字符串。

如果 Caption 为 null 或为空且 Message 不为 null,则 Source 属性值用作标题。

适用于