CrossoverException Constructor (ICrossover, String) | GeneticSharp |
Initializes a new instance of the CrossoverException class.
Namespace: GeneticSharp.Domain.CrossoversAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- crossover
- Type: GeneticSharp.Domain.Crossovers ICrossover
The crossover where ocurred the error.
- message
- Type: System String
The error message.
See Also