共用方式為


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 會以 的主要程式碼和 的詳細代碼 WebErrorOtherErrorStateServerConnectionError 引發 WebErrorEvent

StateServerConnectionError是詳細資料程式碼,其值大於 ApplicationCodeBase

適用於

另請參閱