HtmlWebException Class

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Represents an exception thrown by the HtmlWeb utility class.

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

Syntax

C#
public class HtmlWebException : Exception
Visual Basic
Public Class HtmlWebException _
	Inherits Exception
Visual C++
public ref class HtmlWebException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    HtmlAgilityPack..::..HtmlWebException

See Also