In WinForms, we used the following in Main() or some other startup event:
System.Windows.Forms.Application.ThreadException += ExceptionHandler.Handle;
I searched for something similar in WinUI3 (Windows App SDK) and cannot seem to find anything.
Is there a globalized way of throwing up an exception notification for WinUI3?