CompilerError.ErrorText 속성

정의

오류 메시지의 텍스트를 가져오거나 설정합니다.

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

속성 값

오류 메시지 텍스트입니다.

설명

속성은 ErrorText 모든 길이의 문자열일 수 있습니다.

적용 대상