The members of System.Web.HttpParseException are listed below.
See Also: Inherited members from System.Web.HttpException
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. |
[read-only] | FileName | string.
Gets the name of the file being parsed when the error occurs. |
[read-only] | Line | int.
Gets the number of the line being parsed when the error occurs. |
[read-only] | ParserErrors | ParserErrorCollection.
Gets the parser errors for the current exception. |
[read-only] | VirtualPath | string.
Gets the virtual path to source file that generated the error. |
override | GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|