C# Класс Taijutsu.Domain.NotUniqueException

Наследование: EntityException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
NotUniqueException ( object id, Type type, Exception innnerException = null ) : System
NotUniqueException ( object id, object type, Exception innnerException = null ) : System
NotUniqueException ( string query, Type type, Exception innnerException = null ) : System
NotUniqueException ( string query, object type, Exception innnerException = null ) : System

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

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

public NotUniqueException ( object id, Type type, Exception innnerException = null ) : System
id object
type System.Type
innnerException System.Exception
Результат System

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

public NotUniqueException ( object id, object type, Exception innnerException = null ) : System
id object
type object
innnerException System.Exception
Результат System

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

public NotUniqueException ( string query, Type type, Exception innnerException = null ) : System
query string
type System.Type
innnerException System.Exception
Результат System

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

public NotUniqueException ( string query, object type, Exception innnerException = null ) : System
query string
type object
innnerException System.Exception
Результат System