TemplateParser.ProcessError(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的訊息,建立新 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 的錯誤訊息文字。