What's the difference between Application.ThreadException and AppDomain.CurrentDomain.UnhandledExcep
- by JohnIdol
Alright, this is an easy one:
What's the difference between Application.ThreadException and AppDomain.CurrentDomain.UnhandledException and do I need to handle both?
Thanks!