WebEventCodes::RequestTransactionAbort Field

 

Represents the event code indicating that the Web request was aborted. This field is constant.

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

public:
literal int RequestTransactionAbort

Field Value

Type: System::Int32

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

.NET Framework
Available since 2.0
Return to top
Show: