C# Class ZinOS.Repositories.Definitions.RepositoryException

Inheritance: System.Exception
Afficher le fichier Open project: hiddenbyte/ZinOS

Méthodes publiques

Méthode Description
RepositoryException ( IEnumerable errors ) : System
RepositoryException ( Type entityType, string entityAttributeName, string message ) : System

Method Details

RepositoryException() public méthode

public RepositoryException ( IEnumerable errors ) : System
errors IEnumerable
Résultat System

RepositoryException() public méthode

public RepositoryException ( Type entityType, string entityAttributeName, string message ) : System
entityType System.Type
entityAttributeName string
message string
Résultat System