HubException Constructor (String)

.NET Framework 4.5

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

Syntax

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

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

Parameters

See Also

Reference

HubException Class

HubException Overload

Microsoft.AspNet.SignalR Namespace