How to ignore exception with HandleErrorAttribute OnException event
- by ari
Hi,
I want to manage all of my exceptions in some HandleErrorAttribute class.
but for some specific exceptions types i want to ignore or cancel the exceptions handeling
and just continue with the parent request..
thanks