Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
HtmlAgilityPack
HtmlWebException
C# Class HtmlAgilityPack.HtmlWebException
Represents an exception thrown by the HtmlWeb utility class.
Inheritance:
Exception
Mostra file
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