C# 클래스 ZinOS.Repositories.Definitions.RepositoryException

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

공개 메소드들

메소드 설명
RepositoryException ( IEnumerable errors ) : System
RepositoryException ( Type entityType, string entityAttributeName, string message ) : System

메소드 상세

RepositoryException() 공개 메소드

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

RepositoryException() 공개 메소드

public RepositoryException ( Type entityType, string entityAttributeName, string message ) : System
entityType System.Type
entityAttributeName string
message string
리턴 System