ClientBuildManagerCallback::ReportCompilerError Method (CompilerError^)

 

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

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

public:
virtual void ReportCompilerError(
	CompilerError^ error
)

Parameters

error
Type: System.CodeDom.Compiler::CompilerError^

The error or warning encountered during compilation.

.NET Framework
Available since 2.0
Return to top
Show: