From: Renat Letfullin on
Hi,

We have application combining managed and unmanaged code (C# / C++).
It is neccessary to implement exceptions handling for this
application. We planning to implement it as a tool (or couple - for
managed and unmanaged parts) that will catch unhandled exceptions, all
information about them (including process, thread info, call stack and
so on).

Maybe someone can prompt the best way to implement this?