C# Class ScheduleWorks.Algorithm.GeneticAlgorithmPeriodsNegativeNumberException

Inheritance: GeneticAlgorithmNotInitializedException
Afficher le fichier Open project: lyubomiryanchev/ScheduleWorks

Méthodes publiques

Méthode Description
GeneticAlgorithmPeriodsNegativeNumberException ( ) : System
GeneticAlgorithmPeriodsNegativeNumberException ( string message ) : System
GeneticAlgorithmPeriodsNegativeNumberException ( string message, Exception innerException ) : System

Method Details

GeneticAlgorithmPeriodsNegativeNumberException() public méthode

public GeneticAlgorithmPeriodsNegativeNumberException ( ) : System
Résultat System

GeneticAlgorithmPeriodsNegativeNumberException() public méthode

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

GeneticAlgorithmPeriodsNegativeNumberException() public méthode

public GeneticAlgorithmPeriodsNegativeNumberException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System