Class HtmlWebException
- Namespace
- HtmlAgilityPack
- Assembly
- HtmlAgilityPack.dll
Represents an exception thrown by the HtmlWeb utility class.
public class HtmlWebException : Exception, ISerializable
- Inheritance
-
HtmlWebException
- Implements
- Inherited Members
Constructors
HtmlWebException(string)
Creates an instance of the HtmlWebException.
public HtmlWebException(string message)
Parameters
message
stringThe exception's message.