WebEventCodes::WebErrorCompilationError Field

 

Indicates that a compilation error occurred.

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

public:
literal int WebErrorCompilationError

Field Value

Type: System::Int32

WebErrorCompilationError is the major code that refers to an error that happened during the application compilation phase. When this error occurs, ASP.NET raises a WebErrorEvent with a major code of WebErrorCompilationError.

.NET Framework
Available since 2.0
Return to top
Show: