共用方式為


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

在剖析期間遇到的錯誤或警告。

適用於