C# Class Microsoft.AspNetCore.SignalR.Hubs.NotAuthorizedException

Inheritance: System.Exception
Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

Method Description
NotAuthorizedException ( ) : System
NotAuthorizedException ( string message ) : System
NotAuthorizedException ( string message, Exception inner ) : System

Protected Methods

Method Description
NotAuthorizedException ( System info, System context ) : System

Method Details

NotAuthorizedException() public method

public NotAuthorizedException ( ) : System
return System

NotAuthorizedException() protected method

protected NotAuthorizedException ( System info, System context ) : System
info System
context System
return System

NotAuthorizedException() public method

public NotAuthorizedException ( string message ) : System
message string
return System

NotAuthorizedException() public method

public NotAuthorizedException ( string message, Exception inner ) : System
message string
inner System.Exception
return System