What do you mean? You can get various information (stack trace, etc)
from the classes in System.Diagnostics - but, I'm not sure what
exactly you're looking for...
I want to create a mini dump when the app crashes on a 3rd party's end so I
can send it back to us for analysis... I can do it in C++ with dbghlp.dll
but haven't seen any solutions in .NET managed yet