Share via


HttpClientException Constructor (String)

.NET Framework 4.5

Initializes a new instance of the HttpClientException class.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String 

Dim instance As New HttpClientException(message)
public HttpClientException(
    string message
)
public:
HttpClientException(
    String^ message
)
new : 
        message:string -> HttpClientException
public function HttpClientException(
    message : String
)

Parameters

See Also

Reference

HttpClientException Class

HttpClientException Overload

Microsoft.AspNet.SignalR.Client Namespace