Partager via


WebEventCodes.RuntimeErrorUnhandledException Champ

Définition

Représente le code d'événement indiquant qu'une exception non gérée s'est produite. Ce champ est constant.

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

Valeur de champ

Value = 3005

Remarques

RuntimeErrorUnhandledException est le code principal qui fait référence à l’occurrence d’une exception qui n’est pas gérée par ASP.NET. Lorsque l’exception se produit, ASP.NET déclenche un WebRequestErrorEvent avec un code principal de RuntimeErrorUnhandledException.

S’applique à

Voir aussi