-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Error Handling
-
None
MongoCommandException.CommandResult needs to be deprecated.
New properties need to be added:
public int Code { get; } public BsonDocument Command { get; } public string ErrorMessage { get; } public BsonDocument Result { get; }