WebEventCodes.WebErrorConfigurationError Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique qu'une erreur de configuration s'est produite. Ce champ est constant.
public: int WebErrorConfigurationError = 3008;
public const int WebErrorConfigurationError = 3008;
val mutable WebErrorConfigurationError : int
Public Const WebErrorConfigurationError As Integer = 3008
Valeur de champ
Value = 3008Remarques
WebErrorConfigurationError est le code principal qui fait référence à une erreur qui s’est produite pendant la phase de configuration de l’application. Lorsque cette erreur se produit, ASP.NET déclenche un WebErrorEvent avec un code principal de WebErrorConfigurationError.