WebEventCodes.MiscCodeBase Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 6000Remarks
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.