WebEventCodes.MiscCodeBase Field

Definition

Identifies the offset for the ASP.NET health-monitoring Web miscellaneous event codes. This field is constant.

public: int MiscCodeBase = 6000;
public const int MiscCodeBase = 6000;
val mutable MiscCodeBase : int
Public Const MiscCodeBase As Integer  = 6000

Field Value

Value = 6000

Remarks

The MiscCodeBase value represents the offset for the major event code range associated with health events that have not been categorized. All miscellaneous codes are assigned values greater than MiscCodeBase.

Applies to