C# Class Fundamentals2016.Part5.NegativeNumberException

Inheritance: Exception
Afficher le fichier Open project: ZeroToHero-2015/Fundamentals2016

Méthodes publiques

Méthode Description
NegativeNumberException ( ) : System

Just create the exception

NegativeNumberException ( string message ) : System

Create the exception with description

Method Details

NegativeNumberException() public méthode

Just create the exception
public NegativeNumberException ( ) : System
Résultat System

NegativeNumberException() public méthode

Create the exception with description
public NegativeNumberException ( string message ) : System
message string Exception description
Résultat System