Click or drag to resize

HtmlParseError Class

Represents a parsing error found during document parsing.
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.HtmlAgilityPackHtmlParseError

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public class HtmlParseError

The HtmlParseError type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the type of error.
Public propertyLine
Gets the line number of this error in the document.
Public propertyLinePosition
Gets the column number of this error in the document.
Public propertyReason
Gets a description for the error.
Public propertySourceText
Gets the the full text of the line containing the error.
Public propertyStreamPosition
Gets the absolute stream position of this error in the document, relative to the start of the document.
Top
See Also