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