다음을 통해 공유


ParserError.ErrorText 속성

정의

ParserError 개체의 오류를 나타내는 문자열을 가져오거나 설정합니다.

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

속성 값

String

오류 메시지를 포함하는 문자열입니다.

예제

다음 코드 예제에서는 개체의 ErrorText 속성을 ParserError 채우는 방법을 보여 줍니다.

MyParserError.ErrorText = "My Error Text";
myParserError.ErrorText = "My Error Text"

설명

개체에 ErrorText 표시 ParserError 할 파서 오류에 대한 프로그래머 정의 오류 메시지를 제공하려면 이 속성을 사용합니다.

적용 대상