Tagged Questions

4
votes
6answers
4k views

attribute does not seem to act at all

I am having problems using the [HandleError] attribute on my Controller Actions - it doesn't seem to work at all (i.e. it doesn't matter if the filter is there or not - I get the same results...). ...
0
votes
1answer
118 views

MVC Error handling using Action Filters

I would like to know best practice to handle exceptions. I have 3 types of exception flows 1) Warnings: - In this I am required to display the partial data received from the service and also the ...