ClientBuildManagerCallback::ReportParseError Method (ParserError^)

 

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

Namespace:   System.Web.Compilation
Assembly:  System.Web (in System.Web.dll)

public:
virtual void ReportParseError(
	ParserError^ error
)

Parameters

error
Type: System.Web::ParserError^

The error or warning encountered during parsing.

.NET Framework
Available since 2.0
Return to top
Show: