SelectionException Constructor (ISelection, String)

GeneticSharp

SelectionException Constructor (ISelection, 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(
	ISelection selection,
	string message
)
public SelectionException(
	ISelection selection,
	string message
)

Parameters

selection
Type: GeneticSharp.Domain.Selections ISelection
The Selection where ocurred the error.
message
Type: OnlineSystem String
The error message.
See Also