SelectionException Constructor (String)

GeneticSharp

SelectionException Constructor (String) GeneticSharp
Initializes a new instance of the SelectionException class.

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

Syntax

public SelectionException(
	string message
)
public SelectionException(
	string message
)

Parameters

message
Type: OnlineSystem String
The message that describes the error.
See Also