ParserError.ErrorText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,表示 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
屬性值
包含錯誤訊息的字串。
範例
下列程式碼範例示範如何填 ErrorText 入 物件的 屬性 ParserError 。
MyParserError.ErrorText = "My Error Text";
myParserError.ErrorText = "My Error Text"
備註
ErrorText使用 屬性為剖析器錯誤提供程式設計人員定義的錯誤訊息,以便顯示在 物件中 ParserError 。