Skip to content

Instantly share code, notes, and snippets.

@stevejay
Created May 5, 2014 20:59
Show Gist options
  • Save stevejay/30446ebbbbb24b9c38b2 to your computer and use it in GitHub Desktop.
Save stevejay/30446ebbbbb24b9c38b2 to your computer and use it in GitHub Desktop.
new HandleErrorAttribute
{
View = "SomeView",
ExceptionType = typeof (SomeException)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment