Share via


TemplateParser.ProcessError(String) 方法

定義

使用指定的訊息,建立新 ParserError 物件,並將它加入至 ParserErrorCollection 集合,以報告處理序錯誤。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

protected:
 void ProcessError(System::String ^ message);
protected void ProcessError (string message);
member this.ProcessError : string -> unit
Protected Sub ProcessError (message As String)

參數

message
String

用來建立新 ParserError 的錯誤訊息文字。

適用於

另請參閱