C# Class CaveTube.CaveTalk.Lib.ConnectionException

Inheritance: System.Exception
Afficher le fichier Open project: madguy/CaveTalk

Méthodes publiques

Méthode Description
ConnectionException ( ) : System
ConnectionException ( String message ) : System
ConnectionException ( String message, Exception innerException ) : System

Method Details

ConnectionException() public méthode

public ConnectionException ( ) : System
Résultat System

ConnectionException() public méthode

public ConnectionException ( String message ) : System
message String
Résultat System

ConnectionException() public méthode

public ConnectionException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Résultat System