ASP.NET HttpResponseException and ActionFilter / ExceptionFilter
I think one of my biggest gripes with ASP.NET MVC/WebAPI has to be the HttpResponseException and the way it interacts with the request pipeline, and therefore, ActionFilters and ExceptionFilters. The MSDN documentation for HttpResponseException...