You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm throwing an Exception in the OnActivateAsync method in my ShellViewModel.
But it's not handled properly. After some time I get this Exception:
"A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Exception of type 'System.Exception' was thrown.)"
Shouldn't this Exception been handled by one of these methods?
The text was updated successfully, but these errors were encountered:
I'm throwing an Exception in the OnActivateAsync method in my ShellViewModel.
But it's not handled properly. After some time I get this Exception:
"A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Exception of type 'System.Exception' was thrown.)"
Shouldn't this Exception been handled by one of these methods?
The text was updated successfully, but these errors were encountered: