What's the difference between Application.ThreadException and AppDomain.CurrentDomain.UnhandledExcep

Posted by JohnIdol on Stack Overflow See other posts from Stack Overflow or by JohnIdol
Published on 2010-01-06T16:48:05Z Indexed on 2010/04/25 4:33 UTC
Read the original article Hit count: 223

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#