WebEventCodes.MiscCodeBase 字段

定义

标识 ASP.NET 状况监视 Web 杂项事件代码的偏移量。 此字段为常数。

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

字段值

Value = 6000

注解

MiscCodeBase 表示与尚未分类的运行状况事件关联的主要事件代码范围的偏移量。 所有杂项代码都分配大于 MiscCodeBase的值。

适用于