NotAuthorizedException Constructor (String, Exception)
.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, _
inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception
Dim instance As New NotAuthorizedException(message, _
inner)
public NotAuthorizedException(
string message,
Exception inner
)
public:
NotAuthorizedException(
String^ message,
Exception^ inner
)
new :
message:string *
inner:Exception -> NotAuthorizedException
public function NotAuthorizedException(
message : String,
inner : Exception
)
Parameters
- message
Type: System.String
- inner
Type: System.Exception