Exception filters in ASP.Net Web API

bookmark

Exception filters in Web API help in implementing IExceptionFilters interface. They perform when an action throws an exception at any point.