C# Класс MilvaDeveloperException, Milvasoft

The exception that is thrown when attempt to add an entity with Id the repository contains an entity with the same Id.
Наследование: MilvaBaseException
Показать файл Открыть проект

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

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

Initializes a new instance of the MilvaDeveloperException class with a specified error message.

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

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

Initializes a new instance of the MilvaDeveloperException class with a specified error message.
public MilvaDeveloperException ( ) : System,
Результат System,