FitnessException Constructor (String, Exception) | GeneticSharp |
Initializes a new instance of the FitnessException class.
Namespace: GeneticSharp.Domain.FitnessesAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- message
- Type: System String
The error message that explains the reason for the exception.
- innerException
- Type: System Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
See Also