Freigeben über


OutputCacheAttribute.OnException(ExceptionContext) Methode

Definition

Diese Methode ist eine Implementierung von OnException(ExceptionContext) und unterstützt die ASP.NET MVC-Infrastruktur. Sie sollte nicht direkt im Code verwendet werden.

public void OnException(System.Web.Mvc.ExceptionContext filterContext);
abstract member OnException : System.Web.Mvc.ExceptionContext -> unit
override this.OnException : System.Web.Mvc.ExceptionContext -> unit
Public Sub OnException (filterContext As ExceptionContext)

Parameter

filterContext
ExceptionContext

Der Filterkontext.

Implementiert

Gilt für: