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.