WebEventCodes.ErrorCodeBase 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別 ASP.NET 健康監視錯誤事件代碼的位移。 這個欄位為常數。
public: int ErrorCodeBase = 3000;
public const int ErrorCodeBase = 3000;
val mutable ErrorCodeBase : int
Public Const ErrorCodeBase As Integer = 3000
欄位值
Value = 3000備註
值 ErrorCodeBase 代表與 WebRequestErrorEvent 和 WebErrorEvent 類型相關聯的主要事件程式碼範圍的位移。 所有錯誤碼都會指派大於 ErrorCodeBase 的值。