Skip to content

Sample to show difference in UnHandledException handling between UWP and WinUI3

Notifications You must be signed in to change notification settings

artkat/CrashingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrashingApp

Sample to show difference in UnHandledException handling between UWP and WinUI3

This repo contains 2 'identical' projects. Both show a button that will crash the app (divide-by-zero) from a background Task. Both apps don't handle the exception locally. The UWP app is able to catch the exception at App level (App_UnhandledException), while the WinUI3 is not able to catch the error in the App_UnhandledException and therefore unable to do some last-resort work (eg., sending Crash report to AppService).

About

Sample to show difference in UnHandledException handling between UWP and WinUI3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages