I created a custom exception class for my application, now I want to catch its exceptions but pass the parts of the stack trace information to my own custom GUI. That way anytime an exception from my application is thrown it shows it automatically in my custom gui. Does anyone have any examples how to do this? I've been testing different things, but can't figure out how to do it.
using C# with .NET Framework 2.0
Start Free Trial