CrossoverException Constructor (ICrossover, String, Exception)

GeneticSharp

CrossoverException Constructor (ICrossover, String, Exception) GeneticSharp
Initializes a new instance of the CrossoverException class.

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

Syntax

public CrossoverException(
	ICrossover crossover,
	string message,
	Exception innerException
)
public CrossoverException(
	ICrossover crossover,
	string message,
	Exception innerException
)

Parameters

crossover
Type: GeneticSharp.Domain.Crossovers ICrossover
The crossover where ocurred the error.
message
Type: OnlineSystem String
The error message.
innerException
Type: OnlineSystem Exception
The inner exception.
See Also