CrossoverException Constructor (String, Exception)

GeneticSharp

CrossoverException Constructor (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(
	string message,
	Exception innerException
)
public CrossoverException(
	string message,
	Exception innerException
)

Parameters

message
Type: OnlineSystem String
The error message that explains the reason for the exception.
innerException
Type: OnlineSystem 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