NotAuthorizedException Constructor (String)
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Hubs
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 NotAuthorizedException(message)
public NotAuthorizedException(
string message
)
public:
NotAuthorizedException(
String^ message
)
new :
message:string -> NotAuthorizedException
public function NotAuthorizedException(
message : String
)
Parameters
- message
Type: System.String