-
|
I used the following method to catch unhandled exceptions for Xamarin and UWP and it works fine: After upgrading to .net6, it was never captured, although many methods have been tried. However, there is an exception log in the Output window. Is it handled by uno? The app no longer has any unhandled exceptions, but I need it. Similar to this #9202 Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Thank you for answer this question in your busy schedule! |
Beta Was this translation helpful? Give feedback.
-
|
How to catch unhandled exceptions globally on different platforms is an important question for us. |
Beta Was this translation helpful? Give feedback.
-
|
Any unhandled exception will crash the app now on wasm and android, but it works on winui and desktop! I want to handle the exception globaly on my app, such as show it via unified message box. @jeromelaban |
Beta Was this translation helpful? Give feedback.
@jeromelaban
How to catch unhandled exceptions globally on different platforms is an important question for us.
Thanks!