







Represents the type of parsing error.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public enum HtmlParseErrorCode |
| Visual Basic |
|---|
Public Enumeration HtmlParseErrorCode |
| Visual C++ |
|---|
public enum class 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. |
