MutationException Constructor (String)

GeneticSharp

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

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

Syntax

public MutationException(
	string message
)
public MutationException(
	string message
)

Parameters

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