C# 클래스 Guidelines.Core.Validation.ValidationEngineException

상속: System.Exception
파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
ValidationEngineException ( IEnumerable errors ) : System
ValidationEngineException ( IEnumerable errors, Exception innerException ) : System

비공개 메소드들

메소드 설명
GetMessage ( IEnumerable errors ) : string

메소드 상세

ValidationEngineException() 공개 메소드

public ValidationEngineException ( IEnumerable errors ) : System
errors IEnumerable
리턴 System

ValidationEngineException() 공개 메소드

public ValidationEngineException ( IEnumerable errors, Exception innerException ) : System
errors IEnumerable
innerException System.Exception
리턴 System