C# 클래스 Cats.Web.Hub.Controllers.ErrorController

상속: Cats.Web.Hub.BaseController
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
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