C# Класс WebApi.Helpers.Exceptions.EntityNotFoundException

Exception that should be thrown when the requested entity is not found.
Наследование: WebApi.Helpers.Exceptions.AppException
Показать файл Открыть проект

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

Метод Описание
EntityNotFoundException ( ) : System

Initializes a new instance of the EntityNotFoundException class.

EntityNotFoundException ( string message ) : System

Initializes a new instance of the EntityNotFoundException class.

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

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

Initializes a new instance of the EntityNotFoundException class.
public EntityNotFoundException ( ) : System
Результат System

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

Initializes a new instance of the EntityNotFoundException class.
public EntityNotFoundException ( string message ) : System
message string The message that describes the error.
Результат System