Enum HtmlParseErrorCode
- Namespace
 - HtmlAgilityPack
 
- Assembly
 - HtmlAgilityPack.dll
 
Represents the type of parsing error.
public enum HtmlParseErrorCode
  Fields
CharsetMismatch = 2There is a charset mismatch between stream and declared (META) encoding.
EndTagInvalidHere = 4An end tag is invalid at this position.
EndTagNotRequired = 3An end tag was not required.
TagNotClosed = 0A tag was not closed.
TagNotOpened = 1A tag was not opened.