Skip to content

Instantly share code, notes, and snippets.

@chrisckchang
Created January 24, 2015 01:38
Show Gist options
  • Save chrisckchang/0c2e907e4ecc4e919727 to your computer and use it in GitHub Desktop.
Save chrisckchang/0c2e907e4ecc4e919727 to your computer and use it in GitHub Desktop.
changes we made to the C# driver
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