1.

What Are Exception Filters?

Answer»

Exception filters will be executed when some of the exceptions are UNHANDLED and thrown from a CONTROLLER METHOD. The reason for the exception may be anything. Exception filters will implement "Exception FILTER" interface.

Exception filters will be executed when some of the exceptions are unhandled and thrown from a controller method. The reason for the exception may be anything. Exception filters will implement "Exception Filter" interface.



Discussion

No Comment Found