WebEventCodes.RuntimeErrorUnhandledException Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 = 3005Remarques
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.