C# Class CSMongo.Exceptions.MissingCollectionNameException

Thrown when an empty string is used as a MongoCollection name
Inheritance: System.ArgumentException
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
MissingCollectionNameException ( string argument ) : System

Throws that a collection name was not found

Method Details

MissingCollectionNameException() public method

Throws that a collection name was not found
public MissingCollectionNameException ( string argument ) : System
argument string
return System