Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created October 9, 2011 18:16
Show Gist options
  • Save PanosJee/1273974 to your computer and use it in GitHub Desktop.
Save PanosJee/1273974 to your computer and use it in GitHub Desktop.
Try/Catch WP7
try {
//Some code to execute
}
catch (Exception ex) {
    BugSenseHandler.HandleError(ex);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment