Skip to content

Instantly share code, notes, and snippets.

@tsironis
Forked from PanosJee/gist:1273974
Created June 17, 2013 15:22
Show Gist options
  • Save tsironis/5797746 to your computer and use it in GitHub Desktop.
Save tsironis/5797746 to your computer and use it in GitHub Desktop.
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