共用方式為


WebEventCodes.ErrorCodeBase 欄位

定義

識別 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 的值。

適用於

另請參閱