C# Class BudgetAnalyser.Engine.DuplicateNameException

An exception that describes a problem with duplicate data , where no duplicates are expected.
Inheritance: System.Exception
ファイルを表示 Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
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.

Method Details

DuplicateNameException() public method

Initializes a new instance of the DuplicateNameException class.
public DuplicateNameException ( ) : System
return System

DuplicateNameException() public method

Initializes a new instance of the DuplicateNameException class.
public DuplicateNameException ( string message ) : System
message string The message.
return System

DuplicateNameException() public method

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.
return System