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)

abstract ReportParseError : 
        error:ParserError -> unit
override ReportParseError : 
        error:ParserError -> unit

Parameters

error
Type: System.Web.ParserError

The error or warning encountered during parsing.

.NET Framework
Available since 2.0
Return to top
Show: