SelectionException Constructor (ISelection, String) | GeneticSharp |
Initializes a new instance of the SelectionException class.
Namespace: GeneticSharp.Domain.SelectionsAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- selection
- Type: GeneticSharp.Domain.Selections ISelection
The Selection where ocurred the error.
- message
- Type: System String
The error message.
See Also