Controller.OnException(ExceptionContext) Methode

Definition

Wird aufgerufen, wenn in der Aktion eine nicht behandelte Ausnahme auftritt.

protected virtual void OnException (System.Web.Mvc.ExceptionContext filterContext);
abstract member OnException : System.Web.Mvc.ExceptionContext -> unit
override this.OnException : System.Web.Mvc.ExceptionContext -> unit
Protected Overridable Sub OnException (filterContext As ExceptionContext)

Parameter

filterContext
ExceptionContext

Informationen über die aktuelle Anforderung und Aktion.

Implementiert

Gilt für: