C# Class Breeze.Entities.EntityErrorsException

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

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