C# Класс Cats.Web.Hub.Controllers.ErrorController

Наследование: Cats.Web.Hub.BaseController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ErrorController ( IErrorLogService errorServiceParam, IUserProfileService userProfileService ) : System
NotFound ( string url ) : System.Web.Mvc.ActionResult
ViewErrors ( ) : System.Web.Mvc.ActionResult

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

ErrorController() публичный Метод

public ErrorController ( IErrorLogService errorServiceParam, IUserProfileService userProfileService ) : System
errorServiceParam IErrorLogService
userProfileService IUserProfileService
Результат System

NotFound() публичный Метод

public NotFound ( string url ) : System.Web.Mvc.ActionResult
url string
Результат System.Web.Mvc.ActionResult

ViewErrors() публичный Метод

public ViewErrors ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult