C# Class Microsoft.AspNetCore.SignalR.HubException

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

Public Methods

Method Description
HubException ( ) : System
HubException ( string message ) : System
HubException ( string message, object errorData ) : System

Method Details

HubException() public method

public HubException ( ) : System
return System

HubException() public method

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

HubException() public method

public HubException ( string message, object errorData ) : System
message string
errorData object
return System