C# Class Tigwi.UI.Controllers.ErrorController

Inheritance: HomeController
Datei anzeigen Open project: ismaelbelghiti/Tigwi

Public Methods

Method Description
ErrorController ( IStorage storage ) : System
Http404 ( string url, System.Web.Mvc.HandleErrorInfo error ) : System.Web.Mvc.ActionResult
Http500 ( string url, System.Web.Mvc.HandleErrorInfo error ) : System.Web.Mvc.ActionResult

Method Details

ErrorController() public method

public ErrorController ( IStorage storage ) : System
storage IStorage
return System

Http404() public method

public Http404 ( string url, System.Web.Mvc.HandleErrorInfo error ) : System.Web.Mvc.ActionResult
url string
error System.Web.Mvc.HandleErrorInfo
return System.Web.Mvc.ActionResult

Http500() public method

public Http500 ( string url, System.Web.Mvc.HandleErrorInfo error ) : System.Web.Mvc.ActionResult
url string
error System.Web.Mvc.HandleErrorInfo
return System.Web.Mvc.ActionResult