C# Класс DevBridge.Templates.WebProject.DataContracts.Exceptions.EntityNotFoundException

Наследование: DevBridge.Templates.WebProject.DataContracts.Exceptions.DataException
Показать файл Открыть проект

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

Метод Описание
EntityNotFoundException ( Type entityType, object id ) : System
EntityNotFoundException ( Type entityType, string filter ) : System
EntityNotFoundException ( string message ) : System
EntityNotFoundException ( string message, Exception innerException ) : System

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

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

public EntityNotFoundException ( Type entityType, object id ) : System
entityType Type
id object
Результат System

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

public EntityNotFoundException ( Type entityType, string filter ) : System
entityType Type
filter string
Результат System

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

public EntityNotFoundException ( string message ) : System
message string
Результат System

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

public EntityNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System