C# 클래스 Guidelines.WebUI.Errors.ErrorContext

상속: System.Web.Mvc.HandleErrorInfo
파일 보기 프로젝트 열기: basicdays/Guidelines 1 사용 예제들

공개 메소드들

메소드 설명
AddModelstateErrors ( ModelStateDictionary modelState ) : void
ErrorContext ( Exception exception, string controllerName, string actionName ) : System
ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages ) : System
ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages, ModelStateDictionary modelState ) : System

메소드 상세

AddModelstateErrors() 공개 메소드

public AddModelstateErrors ( ModelStateDictionary modelState ) : void
modelState ModelStateDictionary
리턴 void

ErrorContext() 공개 메소드

public ErrorContext ( Exception exception, string controllerName, string actionName ) : System
exception System.Exception
controllerName string
actionName string
리턴 System

ErrorContext() 공개 메소드

public ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages ) : System
exception System.Exception
controllerName string
actionName string
additionalMessages IEnumerable
리턴 System

ErrorContext() 공개 메소드

public ErrorContext ( Exception exception, string controllerName, string actionName, IEnumerable additionalMessages, ModelStateDictionary modelState ) : System
exception System.Exception
controllerName string
actionName string
additionalMessages IEnumerable
modelState ModelStateDictionary
리턴 System