Details
-
Improvement
-
Resolution: Fixed
-
Unknown
-
2.14.1
-
None
-
Minor Change
Description
If an exception is thrown calling MongoQuery.ToString(), only the error message is displayed, not the stack trace. If the exception is expected - like ExpressionNotSupportedException - then only displaying the message is the correct behaviour. But if some unexpected problem occurs - such as not being able to resolve the correct serializer - a full stack trace would be helpful in diagnosing the issue.