C# Class Orc.DataStructures.AList.Utilities.KeyAlreadyExistsException

Inheritance: System.InvalidOperationException
ファイルを表示 Open project: Orcomp/Orcomp

Public Methods

Method Description
KeyAlreadyExistsException ( ) : System
KeyAlreadyExistsException ( string msg ) : System
KeyAlreadyExistsException ( string msg, Exception innerException ) : System

Method Details

KeyAlreadyExistsException() public method

public KeyAlreadyExistsException ( ) : System
return System

KeyAlreadyExistsException() public method

public KeyAlreadyExistsException ( string msg ) : System
msg string
return System

KeyAlreadyExistsException() public method

public KeyAlreadyExistsException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
return System