0
comment
comment
on 4/8/2013 12:57 PM
Detailed pretty printed exception is a key to understand the real cause of the problem. We have a piece of code in C# that was reused for many projects, which formats exceptions sequence into human readable form with all exception details. This source code was translated from C# and hopefully will be helpful to someone else: Now, you can print [...]