C# Class Breeze.Entities.EntityErrorsException

Exception class for sending validation errors to higher levels of the application.
Inheritance: System.Exception
Afficher le fichier Open project: Breeze/breeze.server.net

Méthodes publiques

Méthode Description
EntityErrorsException ( IEnumerable entityErrors ) : Newtonsoft.Json
EntityErrorsException ( String message, IEnumerable entityErrors ) : Newtonsoft.Json

Method Details

EntityErrorsException() public méthode

public EntityErrorsException ( IEnumerable entityErrors ) : Newtonsoft.Json
entityErrors IEnumerable
Résultat Newtonsoft.Json

EntityErrorsException() public méthode

public EntityErrorsException ( String message, IEnumerable entityErrors ) : Newtonsoft.Json
message String
entityErrors IEnumerable
Résultat Newtonsoft.Json