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

Inheritance: Cats.Web.Hub.BaseController
Show file Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method Description
ErrorController ( IErrorLogService errorServiceParam, IUserProfileService userProfileService ) : System
NotFound ( string url ) : System.Web.Mvc.ActionResult
ViewErrors ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ErrorController() public method

public ErrorController ( IErrorLogService errorServiceParam, IUserProfileService userProfileService ) : System
errorServiceParam IErrorLogService
userProfileService IUserProfileService
return System

NotFound() public method

public NotFound ( string url ) : System.Web.Mvc.ActionResult
url string
return System.Web.Mvc.ActionResult

ViewErrors() public method

public ViewErrors ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult