WebEventCodes.WebErrorCompilationError Feld

Definition

Gibt an, dass ein Kompilierungsfehler aufgetreten ist.

public: int WebErrorCompilationError = 3007;
public const int WebErrorCompilationError = 3007;
val mutable WebErrorCompilationError : int
Public Const WebErrorCompilationError As Integer  = 3007

Feldwert

Value = 3007

Hinweise

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

Gilt für:

Weitere Informationen