C# Class WellFormedNames.Exceptions.DuplicatedKeyException

Inheritance: System.ArgumentException
显示文件 Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

Method Description
DuplicatedKeyException ( ) : System
DuplicatedKeyException ( string message ) : System

Method Details

DuplicatedKeyException() public method

public DuplicatedKeyException ( ) : System
return System

DuplicatedKeyException() public method

public DuplicatedKeyException ( string message ) : System
message string
return System