Created
January 24, 2015 01:38
-
-
Save chrisckchang/0c2e907e4ecc4e919727 to your computer and use it in GitHub Desktop.
changes we made to the C# driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
catch (MongoConnectionException e) | |
{ | |
Console.WriteLine(e.ToString()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment