共用方式為


WebEventCodes.WebErrorOtherError 欄位

定義

表示事件代碼,表示發生未分類的錯誤。 這個欄位為常數。

public: int WebErrorOtherError = 3009;
public const int WebErrorOtherError = 3009;
val mutable WebErrorOtherError : int
Public Const WebErrorOtherError As Integer  = 3009

欄位值

Value = 3009

備註

WebErrorOtherError 是未分類錯誤的主要程式碼。 發生此錯誤時,ASP.NET 會 WebErrorEvent 引發 ,且具有 的主要程式碼 WebErrorOtherError

適用於

另請參閱