1 // HtmlAgilityPack V1.0 - Simon Mourier <simon underscore mourier at hotmail dot com>
4 namespace HtmlAgilityPack
7 /// Represents an exception thrown by the HtmlWeb utility class.
9 public class HtmlWebException
: Exception
14 /// Creates an instance of the HtmlWebException.
16 /// <param name="message">The exception's message.</param>
17 public HtmlWebException(string message
)