ClientBuildManagerCallback.ReportParseError(ParserError) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
報告在應用程式組建期間發生的剖析錯誤和警告。
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
在剖析期間遇到的錯誤或警告。