Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sowamazing/381e8564ecfb7242bf1c9aaa4c57e7d0 to your computer and use it in GitHub Desktop.
Save sowamazing/381e8564ecfb7242bf1c9aaa4c57e7d0 to your computer and use it in GitHub Desktop.
public ActionResult Index()
{
try
{
// all of your code here
} catch (Exception e)
{
// do something
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment