error handling - What is best practice to handle all Exceptions in WPF application? -


Hi
Is there any way to make exceptions and crash in WPF applications? I know about DispatcherUnhandledException , but it handles only exceptions in the UI thread, right? Is there any way to catch and log all exceptions in other threads? And there are also compulsive errors? How do you apply this type of requirement to your enterprise system?

Keep in mind that Microsoft recommends catching all the exceptions, instead they give you exceptions (or Recommend to be some place). If you want to get "certified for Microsoft Windows Vista" logo, you will not have an unknown exception, and such exceptions should also go.


Comments