ParserError Class
Assembly: System.Web (in system.web.dll)
A ParserError object represents an error that is created when an HttpParseException exception is thrown. A parser error object can contain error message text, a virtual path to the file where the error occurred, and the subsequent line number of the error in that file. If more than one parser error occurs or you want to store multiple parser errors in a centralized location, use the ParserErrorCollection object.
A parser error is of the type HttpException. For more information on exceptions and how to handle them, go to MSDN Library.
- AspNetHostingPermission to run the ParserError control in a hosted environment. Associated enumeration: AspNetHostingPermissionLevel.Minimal
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.