Click or drag to resize

HtmlWebException Class

Represents an exception thrown by the HtmlWeb utility class.
Inheritance Hierarchy
SystemObject
  SystemException
    WorkflowGen.My.HtmlAgilityPackHtmlWebException

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
[SerializableAttribute]
public class HtmlWebException : Exception

The HtmlWebException type exposes the following members.

Constructors
  NameDescription
Public methodHtmlWebException
Creates an instance of the HtmlWebException.
Top
See Also