C# Class Microsoft.AspNet.SignalR.HubException

Inheritance: System.Exception
Afficher le fichier Open project: SignalR/SignalR

Méthodes publiques

Méthode Description
HubException ( ) : System
HubException ( string message ) : System
HubException ( string message, object errorData ) : System

Method Details

HubException() public méthode

public HubException ( ) : System
Résultat System

HubException() public méthode

public HubException ( string message ) : System
message string
Résultat System

HubException() public méthode

public HubException ( string message, object errorData ) : System
message string
errorData object
Résultat System