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