C# Класс Affecto.IdentityManagement.Querying.Exceptions.EntityNotFoundException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
EntityNotFoundException ( string message ) : System
EntityNotFoundException ( string type, System.Guid id ) : System
EntityNotFoundException ( string type, string id ) : System

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

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

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

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

public EntityNotFoundException ( string type, System.Guid id ) : System
type string
id System.Guid
Результат System

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

public EntityNotFoundException ( string type, string id ) : System
type string
id string
Результат System