FitnessException Constructor (IFitness, String) | GeneticSharp |
Initializes a new instance of the FitnessException class.
Namespace: GeneticSharp.Domain.FitnessesAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- fitness
- Type: GeneticSharp.Domain.Fitnesses IFitness
The fitness where ocurred the error.
- message
- Type: System String
The error message.
See Also