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値は、WebRequestErrorEventおよびWebErrorEvent型に関連付けられた主要なイベント コード範囲のオフセットを表します。 すべてのエラー コードには、 ErrorCodeBaseより大きい値が割り当てられます。

適用対象

こちらもご覧ください