Interface IExceptionFilter
Defines the methods that are required for an exception filter.
public interface IExceptionFilter
Methods
OnException(ExceptionContext)
Called when an exception occurs.
void OnException(ExceptionContext filterContext)
Parameters
filterContext
ExceptionContextThe filter context.