WebEventCodes.StateServerConnectionError Field

Definition

Represents the event code indicating that an error occurred while communicating with the state server. This field is constant.

public: int StateServerConnectionError = 50016;
public const int StateServerConnectionError = 50016;
val mutable StateServerConnectionError : int
Public Const StateServerConnectionError As Integer  = 50016

Field Value

Value = 50016

Remarks

When a connection error occurs while communicating with the state server, ASP.NET raises a WebErrorEvent with a major code of WebErrorOtherError and detail code of StateServerConnectionError.

The StateServerConnectionError is a detail code and its value is greater than the ApplicationCodeBase.

Applies to

See also