Created
May 5, 2014 21:08
-
-
Save stevejay/05bee932b058afea40ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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