WebEventCodes.StateServerConnectionError Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 50016Remarks
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.