ExceptionMessageBox.Caption Property

Definition

Gets or sets the dialog box caption of the exception message box.

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

Property Value

A String value.

Remarks

Defaults to an empty string.

If Caption is null or empty and Message is not null, the Source property value is used as the caption.

Applies to