WebEventCodes.RequestTransactionAbort Field

Definition

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

public const int RequestTransactionAbort = 2002;

Field Value

Value = 2002

Remarks

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.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also