WebEventCodes.RuntimeErrorRequestAbort Campo
Definição
Representa o código de evento que indica que a solicitação da Web foi anulada.Represents the event code indicating that the Web request has been aborted.
public: int RuntimeErrorRequestAbort = 3001;
public const int RuntimeErrorRequestAbort = 3001;
val mutable RuntimeErrorRequestAbort : int
Public Const RuntimeErrorRequestAbort As Integer = 3001
Valor do campo
Comentários
RuntimeErrorRequestAborté o código principal que se refere à finalização anormal da solicitação da Web.RuntimeErrorRequestAbort is the major code that refers to the abnormal termination of the Web request. Quando a solicitação da Web é anulada, o ASP.NET gera um WebRequestErrorEvent com um código principal de RuntimeErrorRequestAbort .When the Web request aborts, ASP.NET raises a WebRequestErrorEvent with a major code of RuntimeErrorRequestAbort.