In an earlier tip I disagreed with one of Microsoft’s recommendations for handling exceptions. I figure I’m on a roll, so here’s another objection to some Microsoft advice on handling errors.

In Microsoft’s reference documentation for the Exception object’s ToString method, Microsoft recommends using Exception object’s ToString method to report errors. The Remarks section of the documentation says that the exception’s ToString method “returns a representation of the current exception that is intended to be understood by humans.”

#visual studio

Logging vs. Reporting Exceptions in Visual Studio
1.10 GEEK