C# Class Microsoft.AspNet.SignalR.HubException

Inheritance: System.Exception
Exibir arquivo Open project: SignalR/SignalR

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