FitnessException Constructor (IFitness, String, Exception)

GeneticSharp

FitnessException Constructor (IFitness, String, Exception) GeneticSharp
Initializes a new instance of the FitnessException class.

Namespace: GeneticSharp.Domain.Fitnesses
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public FitnessException(
	IFitness fitness,
	string message,
	Exception innerException
)
public FitnessException(
	IFitness fitness,
	string message,
	Exception innerException
)

Parameters

fitness
Type: GeneticSharp.Domain.Fitnesses IFitness
The fitness where ocurred the error.
message
Type: OnlineSystem String
The error message.
innerException
Type: OnlineSystem Exception
Inner exception.
See Also