Controller.IExceptionFilter.OnException(ExceptionContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method calls the OnException method.
void IExceptionFilter.OnException (System.Web.Mvc.ExceptionContext filterContext);
abstract member System.Web.Mvc.IExceptionFilter.OnException : System.Web.Mvc.ExceptionContext -> unit
override this.System.Web.Mvc.IExceptionFilter.OnException : System.Web.Mvc.ExceptionContext -> unit
Sub OnException (filterContext As ExceptionContext) Implements IExceptionFilter.OnException
Parameters
- filterContext
- ExceptionContext
The filter context.