C# Класс BudgetAnalyser.Engine.DuplicateNameException

An exception that describes a problem with duplicate data , where no duplicates are expected.
Наследование: System.Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the DuplicateNameException class.

DuplicateNameException ( string message ) : System

Initializes a new instance of the DuplicateNameException class.

DuplicateNameException ( string message, Exception innerException ) : System

Initializes a new instance of the DuplicateNameException class.

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

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

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

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

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

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

Initializes a new instance of the DuplicateNameException class.
public DuplicateNameException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System