WebEventCodes::RuntimeErrorUnhandledException Field

 

Represents the event code indicating an unhandled exception occurred. This field is constant.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
literal int RuntimeErrorUnhandledException

Field Value

Type: System::Int32

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
Return to top
Show: