WebEventCodes.WebErrorParserError 字段

定义

表示的是指示发生了分析器错误的事件代码。

public: int WebErrorParserError = 3006;
public const int WebErrorParserError = 3006;
val mutable WebErrorParserError : int
Public Const WebErrorParserError As Integer  = 3006

字段值

Value = 3006

注解

WebErrorParserError 是引用在应用程序分析阶段发生的错误的主要代码。 发生此错误时,ASP.NET 会 WebErrorEvent 引发主要代码为 的 WebErrorParserError

适用于

另请参阅