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
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
ConnectionNotOpenedException ( string host ) : System

Throws an exception that the connection isn't ready yet

Method Details

ConnectionNotOpenedException() public method

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