WebEventCodes.StateServerConnectionError 字段

定义

表示的是指示在与状态服务器通信时发生错误的事件代码。 此字段为常数。

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

字段值

Value = 50016

注解

当与状态服务器通信时发生连接错误时,ASP.NET 会引发 WebErrorEvent ,主要代码 WebErrorOtherError 为 ,详细代码为 StateServerConnectionError

StateServerConnectionError是一个详细信息代码,其值大于 ApplicationCodeBase

适用于

另请参阅