Tagged Questions
0
votes
1answer
100 views
Is it possible to have ActionFilter exceptions handled via the [HandleError] mechanism?
I have a custom action filter (AuthenticateAttribute) in my ASP.NET MVC 3 application that ensures that users are logged in.
I want to raise exceptions in the OnActionExecuting method and would like ...