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

Inheritance: System.InvalidOperationException
Afficher le fichier Open project: Orcomp/Orcomp

Méthodes publiques

Méthode Description
KeyAlreadyExistsException ( ) : System
KeyAlreadyExistsException ( string msg ) : System
KeyAlreadyExistsException ( string msg, Exception innerException ) : System

Method Details

KeyAlreadyExistsException() public méthode

public KeyAlreadyExistsException ( ) : System
Résultat System

KeyAlreadyExistsException() public méthode

public KeyAlreadyExistsException ( string msg ) : System
msg string
Résultat System

KeyAlreadyExistsException() public méthode

public KeyAlreadyExistsException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
Résultat System