WebEventCodes.WebErrorConfigurationError Field

Definition

Indicates that a configuration error occurred. This field is constant.

public: int WebErrorConfigurationError = 3008;
public const int WebErrorConfigurationError = 3008;
val mutable WebErrorConfigurationError : int
Public Const WebErrorConfigurationError As Integer  = 3008

Field Value

Value = 3008

Remarks

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

Applies to

See also