A Sandcastle Documented Class Library |
HtmlParseError..::..Code Property |
HtmlParseError Class See Also Send Feedback |
Gets the type of error.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public HtmlParseErrorCode Code { get; } |
Visual Basic |
---|
Public ReadOnly Property Code As HtmlParseErrorCode Get |
Visual C++ |
---|
public: property HtmlParseErrorCode Code { HtmlParseErrorCode get (); } |