Method | Description | |
---|---|---|
ErrorView ( object model ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Initialize ( System requestContext ) : void | ||
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
public ErrorView ( object model ) : System.Web.Mvc.ViewResult | ||
model | object | |
return | System.Web.Mvc.ViewResult |
protected Initialize ( System requestContext ) : void | ||
requestContext | System | |
return | void |
protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutedContext | |
return | void |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
return | void |