HtmlWebException Constructor

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
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.

See Also