C# Class CSMongo.Exceptions.InvalidMongoConnectionStringException

Thrown when a connection string cannot be parsed
Inheritance: System.ArgumentException
显示文件 Open project: hugoware/CSMongo

Public Methods

Method Description
InvalidMongoConnectionStringException ( ) : System

Throws that the provided connection stirng is not in an acceptable format

Method Details

InvalidMongoConnectionStringException() public method

Throws that the provided connection stirng is not in an acceptable format
public InvalidMongoConnectionStringException ( ) : System
return System