C# Class CSMongo.Exceptions.MongoServerException

Exception thrown when the server returns an error
Inheritance: System.InvalidOperationException
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
MongoServerException ( string error ) : System

Throws a new exception for when the Mongo server has an error

Method Details

MongoServerException() public method

Throws a new exception for when the Mongo server has an error
public MongoServerException ( string error ) : System
error string
return System