C# Class Vehicles.Exceptions.NegativeFuelException

Inheritance: Exception
Datei anzeigen Open project: PhilShishov/Software-University

Public Methods

Method Description
NegativeFuelException ( ) : System
NegativeFuelException ( string message ) : System

Method Details

NegativeFuelException() public method

public NegativeFuelException ( ) : System
return System

NegativeFuelException() public method

public NegativeFuelException ( string message ) : System
message string
return System