C# 클래스 ZondervanLibrary.Harvester.Core.Exceptions.RepositoryImplementationException

상속: RepositoryException
파일 보기 프로젝트 열기: zondervanhackers/MAgPIE

공개 메소드들

메소드 설명
RepositoryImplementationException ( ImplementationExceptionCategory category, IRepository repository, String message ) : System
RepositoryImplementationException ( ImplementationExceptionCategory category, IRepository repository, String message, Exception innerException ) : System

메소드 상세

RepositoryImplementationException() 공개 메소드

public RepositoryImplementationException ( ImplementationExceptionCategory category, IRepository repository, String message ) : System
category ImplementationExceptionCategory
repository IRepository
message String
리턴 System

RepositoryImplementationException() 공개 메소드

public RepositoryImplementationException ( ImplementationExceptionCategory category, IRepository repository, String message, Exception innerException ) : System
category ImplementationExceptionCategory
repository IRepository
message String
innerException Exception
리턴 System