C# Класс Breeze.Entities.EntityErrorsException

Exception class for sending validation errors to higher levels of the application.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
EntityErrorsException ( IEnumerable entityErrors ) : Newtonsoft.Json
EntityErrorsException ( String message, IEnumerable entityErrors ) : Newtonsoft.Json

Описание методов

EntityErrorsException() публичный Метод

public EntityErrorsException ( IEnumerable entityErrors ) : Newtonsoft.Json
entityErrors IEnumerable
Результат Newtonsoft.Json

EntityErrorsException() публичный Метод

public EntityErrorsException ( String message, IEnumerable entityErrors ) : Newtonsoft.Json
message String
entityErrors IEnumerable
Результат Newtonsoft.Json