







|
| A Sandcastle Documented Class Library |
| HtmlWebException Constructor |
| HtmlWebException Class See Also Send Feedback |
Creates an instance of the HtmlWebException.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# |
|---|
public HtmlWebException( string message ) |
| Visual Basic |
|---|
Public Sub New ( _ message As String _ ) |
| Visual C++ |
|---|
public: HtmlWebException( String^ message ) |
Parameters
- message
- Type: System..::..String
The exception's message.
