Partager via


WebEventCodes.WebErrorConfigurationError Champ

Définition

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 = 3008

Remarques

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.

S’applique à

Voir aussi