HtmlDocumentParseErrors Property  | 
 
            Gets a list of parse errors found in the document.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic IEnumerable<HtmlParseError> ParseErrors { get; }Public ReadOnly Property ParseErrors As IEnumerable(Of HtmlParseError)
	Get
Property Value
Type: 
IEnumerableHtmlParseError
See Also