ClientBuildManagerCallback.ReportParseError(ParserError) 方法

定义

报告应用程序生成过程中发生的分析错误和警告。

public:
 virtual void ReportParseError(System::Web::ParserError ^ error);
public virtual void ReportParseError (System.Web.ParserError error);
abstract member ReportParseError : System.Web.ParserError -> unit
override this.ReportParseError : System.Web.ParserError -> unit
Public Overridable Sub ReportParseError (error As ParserError)

参数

error
ParserError

分析过程中出现的错误或警告。

适用于