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 값입니다.

설명

기본값은 빈 문자열입니다.

null이거나 비어 있고 Message null Source 이 아닌 경우 Caption 속성 값이 캡션으로 사용됩니다.

적용 대상