ReinsertionException Constructor (IReinsertion, String, Exception)

GeneticSharp

ReinsertionException Constructor (IReinsertion, String, Exception) GeneticSharp
Initializes a new instance of the ReinsertionException class.

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

Syntax

public ReinsertionException(
	IReinsertion reinsertion,
	string message,
	Exception innerException
)
public ReinsertionException(
	IReinsertion reinsertion,
	string message,
	Exception innerException
)

Parameters

reinsertion
Type: GeneticSharp.Domain.Reinsertions IReinsertion
The Reinsertion where ocurred the error.
message
Type: OnlineSystem String
The error message.
innerException
Type: OnlineSystem Exception
The inner exception.
See Also