Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method calls the OnException method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
void IExceptionFilter.OnException(
ExceptionContext filterContext
)
private:
virtual void OnException(
ExceptionContext^ filterContext
) sealed = IExceptionFilter::OnException
private abstract OnException :
filterContext:ExceptionContext -> unit
private override OnException :
filterContext:ExceptionContext -> unit
Private Sub OnException (
filterContext As ExceptionContext
)
Implements IExceptionFilter.OnException
Parameters
filterContext
Type: System.Web.Mvc.ExceptionContextThe filter context.
Implements
IExceptionFilter.OnException(ExceptionContext)
See Also
Controller Class
System.Web.Mvc Namespace
Return to top