Skip to content

Instantly share code, notes, and snippets.

@abfo
Created September 30, 2018 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abfo/3d492d329298bccd92a528c63fb9e1ef to your computer and use it in GitHub Desktop.
Save abfo/3d492d329298bccd92a528c63fb9e1ef to your computer and use it in GitHub Desktop.
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