MutationException Constructor (IMutation, String, Exception)

GeneticSharp

MutationException Constructor (IMutation, String, Exception) 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(
	IMutation mutation,
	string message,
	Exception innerException
)
public MutationException(
	IMutation mutation,
	string message,
	Exception innerException
)

Parameters

mutation
Type: GeneticSharp.Domain.Mutations IMutation
The Mutation where ocurred the error.
message
Type: OnlineSystem String
The error message.
innerException
Type: OnlineSystem Exception
The inner exception.
See Also