Order in Chaos: Handling unhandled exceptions in a WPF application
0 comments
/
posted by
Silverlight Show
on
Aug 29, 2011 (more than a year ago)
Read original post at Arik Poznanski's Blog So you want to handle somehow all the unhandled exceptions in your application. Usually you want to accomplish one of the following: Log the exception for later diagnostics Present the user an unhandled exception UI, nicer than the default You heard there’s an event you should register, or maybe you find one by mistake, but is it the correct one?