Community

.NET Exceptions: Quick WinDbg/SOS tip on how to dump all the .NET exceptions on the heap

(Tess Ferrandez) Since a .net exception is a .NET object like any other, it gets stored on the GC heap when you (or some code you call) calls new XXException().

Read More - Register for Free Membership