C# Class DRMFSS.Web.Controllers.ErrorController

Inheritance: BaseController
Show file Open project: edgecomputing/cats-hub-module Class Usage Examples

Public Methods

Method Description
ErrorController ( IErrorLogService errorServiceParam ) : 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 ) : System
errorServiceParam IErrorLogService
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