HubException Constructor (String)
.NET Framework 4.5
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 HubException(message)
public HubException(
string message
)
public:
HubException(
String^ message
)
new :
message:string -> HubException
public function HubException(
message : String
)
Parameters
- message
Type: System.String