-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
Is your feature request related to a problem? Please describe.
We would like the application to catch global exceptions being thrown.
Describe the solution you'd like
When a global exception is being thrown, we should:
Additional context
Steps:
- Catch the exception
- Display a message to the user
- Write the exception to the logs
https://blog.danskingdom.com/Catch-and-display-unhandled-exceptions-in-your-WPF-app/