C# Class Dynamic_Games.Coop.Exceptions.InputException

Inheritance: System.Exception
Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

Méthodes publiques

Méthode Description
InputException ( string message ) : System
InputException ( string message, Exception inner ) : System

Method Details

InputException() public méthode

public InputException ( string message ) : System
message string
Résultat System

InputException() public méthode

public InputException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System