Share via


WebEventCodes.WebErrorConfigurationError Feld

Definition

Gibt an, dass ein Konfigurationsfehler aufgetreten ist. Dieses Feld ist konstant.

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

Feldwert

Value = 3008

Hinweise

WebErrorConfigurationError ist der Hauptcode, der sich auf einen Fehler bezieht, der während der Konfigurationsphase der Anwendung aufgetreten ist. Wenn dieser Fehler auftritt, löst ASP.NET einen WebErrorEvent mit dem Hauptcode aus WebErrorConfigurationError.

Gilt für:

Weitere Informationen