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