C# Class CSMongo.Exceptions.ConnectionNotOpenedException

Thrown when a request is sent to the server but the connection has not been opened yet
Inheritance: System.InvalidOperationException
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
ConnectionNotOpenedException ( string host ) : System

Throws an exception that the connection isn't ready yet

Method Details

ConnectionNotOpenedException() public méthode

Throws an exception that the connection isn't ready yet
public ConnectionNotOpenedException ( string host ) : System
host string
Résultat System