Click or drag to resize

HtmlWebException Class

Represents an exception thrown by the HtmlWeb utility class.
Inheritance Hierarchy
System.Object
  System.Exception
    WorkflowGen.My.HtmlAgilityPack.HtmlWebException

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.3.0 (8.3.3.20240926)
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