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 プロパティ値がキャプションとして使用されます。

適用対象