WebEventCodes.WebErrorConfigurationError Campo

Definição

Indica que ocorreu um erro de configuração. Este campo é constante.

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

Valor de Campo

Value = 3008

Observações

WebErrorConfigurationError é o código principal que se refere a um erro ocorrido durante a fase de configuração da aplicação. Quando este erro ocorre, ASP.NET gera um WebErrorEvent com um código maior WebErrorConfigurationError.

Aplica-se a

Ver também