How to ignore exception with HandleErrorAttribute OnException event
Posted
by ari
on Stack Overflow
See other posts from Stack Overflow
or by ari
Published on 2010-03-16T20:49:24Z
Indexed on
2010/03/16
20:51 UTC
Read the original article
Hit count: 733
asp.net-mvc
|exception-handling
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
© Stack Overflow or respective owner