System.Web.ParserError Members

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

See Also: Inherited members from System.Object

Public Constructors

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

Initializes a new instance of the System.Web.ParserError class by using the specified error text, virtual path, and source line number.

Public Properties

[read-only]
ErrorTextstring.

Gets or sets a string that represents the error for the System.Web.ParserError object.

[read-only]
Lineint.

Gets or sets the line number of the source at which the error occurs.

[read-only]
VirtualPathstring.

Gets or set the virtual path of the file that was being parsed when the error occurred.