C# Class Cats.Web.Hub.Controllers.ErrorController

Inheritance: Cats.Web.Hub.BaseController
Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode Description
ErrorController ( IErrorLogService errorServiceParam, IUserProfileService userProfileService ) : 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, IUserProfileService userProfileService ) : System
errorServiceParam IErrorLogService
userProfileService IUserProfileService
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