C# Class HtmlAgilityPack.HtmlWebException

Represents an exception thrown by the HtmlWeb utility class.
Inheritance: Exception
ファイルを表示 Open project: zzzprojects/html-agility-pack Class Usage Examples

Public Methods

Method Description
HtmlWebException ( string message ) : System

Creates an instance of the HtmlWebException.

Method Details

HtmlWebException() public method

Creates an instance of the HtmlWebException.
public HtmlWebException ( string message ) : System
message string The exception's message.
return System