MutationException Constructor (IMutation, String) | GeneticSharp |
Initializes a new instance of the MutationException class.
Namespace: GeneticSharp.Domain.MutationsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- mutation
- Type: GeneticSharp.Domain.Mutations IMutation
The mutation where ocurred the error.
- message
- Type: System String
The error message.
See Also