I have a method decorated with two custom ActionFilterAttribute.
[RequiresAuthentication(Order = 1)] [ToonAction(Order = 2)] public ActionResult Browse(...
Add this code before you redirect the page.
filterContext.ExceptionHandled = true;