System.Web.HttpParseException Members

The members of System.Web.HttpParseException are listed below.

See Also: Inherited members from System.Web.HttpException

Public Constructors

Initializes a new instance of the System.Web.HttpParseException class.

Initializes a new instance of the System.Web.HttpParseException class with a specified error message.

Initializes a new instance of the System.Web.HttpParseException class with a specified error message and a reference to the inner.

Initializes a new instance of the System.Web.HttpParseException class with specific information about the source code being compiled and the line number on which the exception occurred.

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.

Public Methods

override
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo object with information about the exception.