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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.