C# Class NetPonto.Web.Controllers.ErrorController

Inheritance: Controller
Exibir arquivo Open project: JorgeMCSilva/NetPonto

Public Methods

Method Description
ErrorController ( ILogger logger ) : System.Web.Mvc
NotFound ( ) : System.Web.Mvc.ActionResult

This is fired when the site gets a bad URL

Problem ( ) : System.Web.Mvc.ActionResult

This is fired when the site hits a 500

Method Details

ErrorController() public method

public ErrorController ( ILogger logger ) : System.Web.Mvc
logger ILogger
return System.Web.Mvc

NotFound() public method

This is fired when the site gets a bad URL
public NotFound ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Problem() public method

This is fired when the site hits a 500
public Problem ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult