C# Class Breeze.ContextProvider.EntityErrorsException

Inheritance: System.Exception
Afficher le fichier Open project: Breeze/breeze.server.net Class Usage Examples

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