WebEventCodes.StateServerConnectionError 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示事件代碼,表示在與狀態伺服器通訊時發生錯誤。 這個欄位為常數。
public: int StateServerConnectionError = 50016;
public const int StateServerConnectionError = 50016;
val mutable StateServerConnectionError : int
Public Const StateServerConnectionError As Integer = 50016
欄位值
Value = 50016備註
當與狀態伺服器通訊時發生連線錯誤時,ASP.NET 會以 的主要程式碼和 的詳細代碼 WebErrorOtherErrorStateServerConnectionError 引發 WebErrorEvent 。
StateServerConnectionError是詳細資料程式碼,其值大於 ApplicationCodeBase 。