ReinsertionException Constructor (IReinsertion, String) | GeneticSharp |
Initializes a new instance of the ReinsertionException class.
Namespace: GeneticSharp.Domain.ReinsertionsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- reinsertion
- Type: GeneticSharp.Domain.Reinsertions IReinsertion
The reinsertion where ocurred the error.
- message
- Type: System String
The error message.
See Also