MutationException Constructor (String, Exception)

GeneticSharp

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