C# Class ZinOS.Repositories.Definitions.RepositoryException

Inheritance: System.Exception
Mostra file Open project: hiddenbyte/ZinOS

Public Methods

Method Description
RepositoryException ( IEnumerable errors ) : System
RepositoryException ( Type entityType, string entityAttributeName, string message ) : System

Method Details

RepositoryException() public method

public RepositoryException ( IEnumerable errors ) : System
errors IEnumerable
return System

RepositoryException() public method

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