WebEventCodes::RuntimeErrorRequestAbort Field

 

Represents the event code indicating that the Web request has been aborted.

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

public:
literal int RuntimeErrorRequestAbort

Field Value

Type: System::Int32

RuntimeErrorRequestAbort is the major code that refers to the abnormal termination of the Web request. When the Web request aborts, ASP.NET raises a WebRequestErrorEvent with a major code of RuntimeErrorRequestAbort.

.NET Framework
Available since 2.0
Return to top
Show: