Skip to content

Instantly share code, notes, and snippets.

@stevejay
Created May 5, 2014 21:08
Show Gist options
  • Save stevejay/05bee932b058afea40ba to your computer and use it in GitHub Desktop.
Save stevejay/05bee932b058afea40ba to your computer and use it in GitHub Desktop.
var httpException = exception as HttpException;
...
var statusCode = httpException.GetHttpCode();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment