| HtmlParseErrorCode Enumeration | 
            Represents the type of parsing error.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic enum HtmlParseErrorCode
Public Enumeration HtmlParseErrorCode
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | TagNotClosed | 0 | 
            A tag was not closed.
             | 
 | TagNotOpened | 1 | 
            A tag was not opened.
             | 
 | CharsetMismatch | 2 | 
            There is a charset mismatch between stream and declared (META) encoding.
             | 
 | EndTagNotRequired | 3 | 
            An end tag was not required.
             | 
 | EndTagInvalidHere | 4 | 
            An end tag is invalid at this position.
             | 
See Also