WebEventCodes.WebErrorCompilationError Field

Definition

Indicates that a compilation error occurred.

public: int WebErrorCompilationError = 3007;
public const int WebErrorCompilationError = 3007;
val mutable WebErrorCompilationError : int
Public Const WebErrorCompilationError As Integer  = 3007

Field Value

Value = 3007

Remarks

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.

Applies to

See also