Replies: 1 comment 4 replies
-
It could be something specific about where you are calling it (Maybe in an async/void) or your debug settings in VS. It crashes for me. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a
WPF
app, when navigation fails you can get hold of the error in the navigation callback. However, I want the app to crash when a certain critical error occurs. What is the proper way to accomplish this? Re-throwing the error merely prints it in the Output Window. I cannot see where it is being caught.Output Window
Beta Was this translation helpful? Give feedback.
All reactions