Share via


WebEventCodes.RuntimeErrorUnhandledException Campo

Definizione

Rappresenta il codice evento che indica che si è verificata un'eccezione non gestita. Questo campo è costante.

public: int RuntimeErrorUnhandledException = 3005;
public const int RuntimeErrorUnhandledException = 3005;
val mutable RuntimeErrorUnhandledException : int
Public Const RuntimeErrorUnhandledException As Integer  = 3005

Valore del campo

Value = 3005

Commenti

RuntimeErrorUnhandledException è il codice principale che fa riferimento all'occorrenza di un'eccezione non gestita da ASP.NET. Quando si verifica l'eccezione, ASP.NET genera un WebRequestErrorEvent oggetto con un codice principale di RuntimeErrorUnhandledException.

Si applica a

Vedi anche