C# Class Mongo2Go.MongoDbPortAlreadyTakenException

Inheritance: System.Exception
Afficher le fichier Open project: JohannesHoppe/Mongo2Go

Méthodes publiques

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

Method Details

MongoDbPortAlreadyTakenException() public méthode

public MongoDbPortAlreadyTakenException ( ) : System
Résultat System

MongoDbPortAlreadyTakenException() public méthode

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

MongoDbPortAlreadyTakenException() public méthode

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