Compartir a través de


WebEventCodes.WebErrorCompilationError Campo

Definición

Indica un error de compilación.

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

Valor de campo

Value = 3007

Comentarios

WebErrorCompilationError es el código principal que hace referencia a un error que se produjo durante la fase de compilación de la aplicación. Cuando se produce este error, ASP.NET genera un WebErrorEvent objeto con un código principal de WebErrorCompilationError.

Se aplica a

Consulte también