-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Error Handling
-
None
When diagnosing why an exception was thrown it is often necessary to refer to the server logs. In order to do so, the following information is needed:
1. In a multiple server deployment, we need to know which server's logs to look at
2. We need to know the server's connection Id to find the corresponding entry in the server's log
Adding a ConnectionId to MongoException would provide that information.
- depends on
-
CSHARP-1106 Review driver exception hierarchy
- Closed