WebEventCodes.WebErrorConfigurationError Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 3008Remarks
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.