C# Class CSMongo.Exceptions.MongoServerException

Exception thrown when the server returns an error
Inheritance: System.InvalidOperationException
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
MongoServerException ( string error ) : System

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

Method Details

MongoServerException() public méthode

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