共用方式為


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

屬性值

包含錯誤訊息的字串。

範例

下列程式碼範例示範如何填 ErrorText 入 物件的 屬性 ParserError

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

備註

ErrorText使用 屬性為剖析器錯誤提供程式設計人員定義的錯誤訊息,以便顯示在 物件中 ParserError

適用於