ReinsertionException Constructor (IReinsertion, String, Exception) | 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.
- innerException
- Type: System Exception
The inner exception.
See Also