C# Class HtmlAgilityPack.HtmlWebException

Represents an exception thrown by the HtmlWeb utility class.
Inheritance: Exception
Afficher le fichier Open project: zzzprojects/html-agility-pack Class Usage Examples

Méthodes publiques

Méthode Description
HtmlWebException ( string message ) : System

Creates an instance of the HtmlWebException.

Method Details

HtmlWebException() public méthode

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