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 值代表與 WebRequestErrorEventWebErrorEvent 類型相關的主要事件代碼範圍的偏移量。 所有錯誤碼的值都被分配到大於 ErrorCodeBase的值。