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.

適用於

另請參閱