C# Class Microsoft.AspNet.SignalR.Client.Infrastructure.StartException

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

Méthodes publiques

Méthode Description
StartException ( ) : System
StartException ( string message ) : System
StartException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
StartException ( System info, System context ) : System

Method Details

StartException() public méthode

public StartException ( ) : System
Résultat System

StartException() protected méthode

protected StartException ( System info, System context ) : System
info System
context System
Résultat System

StartException() public méthode

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

StartException() public méthode

public StartException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System