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 的错误消息文本。

适用于

另请参阅