C# Class Breeze.ContextProvider.EntityErrorsException

Inheritance: System.Exception
Show file Open project: Breeze/breeze.server.net Class Usage Examples

Public Methods

Method Description
EntityErrorsException ( IEnumerable entityErrors ) : Newtonsoft.Json
EntityErrorsException ( String message, IEnumerable entityErrors ) : Newtonsoft.Json

Method Details

EntityErrorsException() public method

public EntityErrorsException ( IEnumerable entityErrors ) : Newtonsoft.Json
entityErrors IEnumerable
return Newtonsoft.Json

EntityErrorsException() public method

public EntityErrorsException ( String message, IEnumerable entityErrors ) : Newtonsoft.Json
message String
entityErrors IEnumerable
return Newtonsoft.Json