System.Web.HttpParseException: Property Members

The properties of System.Web.HttpParseException are listed below. For a list of all members, see the HttpParseException Members list.

See Also: Inherited members from System.Web.HttpException

Public Properties

[read-only]
FileNamestring.

Gets the name of the file being parsed when the error occurs.

[read-only]
Lineint.

Gets the number of the line being parsed when the error occurs.

[read-only]
ParserErrorsParserErrorCollection.

Gets the parser errors for the current exception.

[read-only]
VirtualPathstring.

Gets the virtual path to source file that generated the error.