ClientBuildManagerCallback.ReportParseError(ParserError) Method

Definition

Reports parsing errors and warnings that occur during an application build.

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)

Parameters

error
ParserError

The error or warning encountered during parsing.

Applies to