C# 클래스 BudgetAnalyser.Engine.DuplicateNameException

An exception that describes a problem with duplicate data , where no duplicates are expected.
상속: System.Exception
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser

공개 메소드들

메소드 설명
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