ExceptionMessageBox.Caption 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置异常消息框的对话框标题。
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 属性值用作标题。