HtmlParseError Properties
From Html Agility Pack
| A Sandcastle Documented Class Library |
| HtmlParseError Properties |
| HtmlParseError Class See Also Send Feedback |
The HtmlParseError type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Code |
Gets the type of error.
| |
| Line |
Gets the line number of this error in the document.
| |
| LinePosition |
Gets the column number of this error in the document.
| |
| Reason |
Gets a description for the error.
| |
| SourceText |
Gets the the full text of the line containing the error.
| |
| StreamPosition |
Gets the absolute stream position of this error in the document, relative to the start of the document.
|