C# Class DRMFSS.Web.Controllers.ErrorController

Inheritance: BaseController
Afficher le fichier Open project: edgecomputing/cats-hub-module Class Usage Examples

Méthodes publiques

Méthode Description
ErrorController ( IErrorLogService errorServiceParam ) : System
NotFound ( string url ) : System.Web.Mvc.ActionResult
ViewErrors ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ErrorController() public méthode

public ErrorController ( IErrorLogService errorServiceParam ) : System
errorServiceParam IErrorLogService
Résultat System

NotFound() public méthode

public NotFound ( string url ) : System.Web.Mvc.ActionResult
url string
Résultat System.Web.Mvc.ActionResult

ViewErrors() public méthode

public ViewErrors ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult