WebEventCodes::WebErrorParserError Field

 

Represents the event code indicating a parser error occurred.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
literal int WebErrorParserError

Field Value

Type: System::Int32

WebErrorParserError is the major code that refers to an error that happened during the application-parsing phase. When this error occurs, ASP.NET raises a WebErrorEvent with a major code of WebErrorParserError.

.NET Framework
Available since 2.0
Return to top
Show: