C# Class ScheduleWorks.Algorithm.GeneticAlgorithmPeriodsNegativeNumberException

Inheritance: GeneticAlgorithmNotInitializedException
Mostra file Open project: lyubomiryanchev/ScheduleWorks

Public Methods

Method Description
GeneticAlgorithmPeriodsNegativeNumberException ( ) : System
GeneticAlgorithmPeriodsNegativeNumberException ( string message ) : System
GeneticAlgorithmPeriodsNegativeNumberException ( string message, Exception innerException ) : System

Method Details

GeneticAlgorithmPeriodsNegativeNumberException() public method

public GeneticAlgorithmPeriodsNegativeNumberException ( ) : System
return System

GeneticAlgorithmPeriodsNegativeNumberException() public method

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

GeneticAlgorithmPeriodsNegativeNumberException() public method

public GeneticAlgorithmPeriodsNegativeNumberException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System