Reason Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets a description for the error.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public string Reason { get; }
Visual Basic
Public ReadOnly Property Reason As String
	Get
Visual C++
public:
property String^ Reason {
	String^ get ();
}

See Also