OutputCacheAttribute.OnException Method

This method is an implementation of IExceptionFilter.OnException and supports the ASP.NET MVC infrastructure. It is not intended to be used directly from your code.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub OnException ( _
	filterContext As ExceptionContext _
)
'Usage
Dim instance As OutputCacheAttribute 
Dim filterContext As ExceptionContext

instance.OnException(filterContext)

Parameters

filterContext
Type: System.Web.Mvc.ExceptionContext

The filter context.

Implements

IExceptionFilter.OnException(ExceptionContext)
Show: