WebEventCodes::StateServerConnectionError Field

 

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

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

public:
literal int StateServerConnectionError

Field Value

Type: System::Int32

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.

.NET Framework
Available since 2.0
Return to top
Show: