Created
May 5, 2014 21:13
-
-
Save stevejay/3910cdb64fcbdd8a74a3 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
HttpContext.Current.Session["exception"] = exception; | |
var url = "~/Error/ManualErrors?statusCode=" + statusCode; | |
HttpContext.Current.Server.TransferRequest(url, false, "GET", null); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment