A Look at Exceptions in .NET Applications

Posted on Simple Talk See other posts from Simple Talk
Published on 03 December 2009 Indexed on 2010/03/16 17:01 UTC
Read the original article Hit count: 291

Filed under:
Memory dumps are a wonderful way of finding out what caused an exception in a managed .NET application, particularly if it is happening in a production application. It is when tracking exceptions in applications where you can't use Visual Studio that the techniques of using cdb and sos.dll come into their own. They may nor be skills that you need to use regularly, but at some point, they will be invaluable. Edward supplies sample memory dumps and gives you a simple introduction.

© Simple Talk or respective owner

Related posts about .NET Framework