The members of System.Web.ParserError are listed below.
See Also: Inherited members from System.Object
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. |
[read-only] | ErrorText | string.
Gets or sets a string that represents the error for the System.Web.ParserError object. |
[read-only] | Line | int.
Gets or sets the line number of the source at which the error occurs. |
[read-only] | VirtualPath | string.
Gets or set the virtual path of the file that was being parsed when the error occurred. |