Condividi tramite


Controller.OnException(ExceptionContext) Metodo

Definizione

Chiamato quando nell'azione si verifica un'eccezione non gestita.

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)

Parametri

filterContext
ExceptionContext

Informazioni sulla richiesta e sull'azione correnti.

Implementazioni

Si applica a