-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: 2.14.1
-
Component/s: LINQ3
-
None
-
Minor Change
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.