HtmlParseError Class |
Namespace: WorkflowGen.My.HtmlAgilityPack
The HtmlParseError type exposes the following members.
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.
|