C# Class ZondervanLibrary.Harvester.Core.Exceptions.RepositoryImplementationException

Inheritance: RepositoryException
显示文件 Open project: zondervanhackers/MAgPIE

Public Methods

Method Description
RepositoryImplementationException ( ImplementationExceptionCategory category, IRepository repository, String message ) : System
RepositoryImplementationException ( ImplementationExceptionCategory category, IRepository repository, String message, Exception innerException ) : System

Method Details

RepositoryImplementationException() public method

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

RepositoryImplementationException() public method

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