WebEventCodes::RuntimeErrorUnhandledException Field
.NET Framework (current version)
Represents the event code indicating an unhandled exception occurred. This field is constant.
Assembly: System.Web (in System.Web.dll)
RuntimeErrorUnhandledException is the major code that refers to the occurrence of an exception that is not handled by ASP.NET. When the exception occurs, ASP.NET raises a WebRequestErrorEvent with a major code of RuntimeErrorUnhandledException.
.NET Framework
Available since 2.0
Available since 2.0
Show: