C# Class Fundamentals2016.Part5.NegativeNumberException

Inheritance: Exception
Show file Open project: ZeroToHero-2015/Fundamentals2016

Public Methods

Method Description
NegativeNumberException ( ) : System

Just create the exception

NegativeNumberException ( string message ) : System

Create the exception with description

Method Details

NegativeNumberException() public method

Just create the exception
public NegativeNumberException ( ) : System
return System

NegativeNumberException() public method

Create the exception with description
public NegativeNumberException ( string message ) : System
message string Exception description
return System