Created
September 30, 2018 00:57
-
-
Save abfo/3d492d329298bccd92a528c63fb9e1ef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
App.Current.DispatcherUnhandledException += | |
new DispatcherUnhandledExceptionEventHandler(Current_DispatcherUnhandledException); | |
AppDomain.CurrentDomain.UnhandledException += | |
new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment