CSMongo.Exceptions.MissingCollectionNameException.MissingCollectionNameException C# (CSharp) Method

MissingCollectionNameException() public method

Throws that a collection name was not found
public MissingCollectionNameException ( string argument ) : System
argument string
return System
        public MissingCollectionNameException(string argument)
            : base("You must provide the name for the MongoCollection to access", argument)
        {
        }
MissingCollectionNameException