Hi,
As far as I know Prism does not provide any functionally to manage unhandled exceptions globally (and it's also listed as a Challenged not Addressed by Prism in the documentation.) Hence, you will need to include your own logic to catch the exception.
As a starting point you can try subscribing to the AppDomain.CurrentDomain.UnhandledException event. Based on my understanding this event should be raised for any unhandled exceptions in your AppDomain, regardless of the thread.
I hope this helps,
Damian Cherubini
http://blogs.southworks.net/dcherubini
As far as I know Prism does not provide any functionally to manage unhandled exceptions globally (and it's also listed as a Challenged not Addressed by Prism in the documentation.) Hence, you will need to include your own logic to catch the exception.
As a starting point you can try subscribing to the AppDomain.CurrentDomain.UnhandledException event. Based on my understanding this event should be raised for any unhandled exceptions in your AppDomain, regardless of the thread.
I hope this helps,
Damian Cherubini
http://blogs.southworks.net/dcherubini