CrossoverException Constructor

GeneticSharp

CrossoverException Constructor GeneticSharp
Overload List

  Name Description
Public method CrossoverException 
Initializes a new instance of the CrossoverException class.
Public method CrossoverException(String)
Initializes a new instance of the CrossoverException class.
Public method CrossoverException(String, Exception)
Initializes a new instance of the CrossoverException class.
Public method CrossoverException(ICrossover, String)
Initializes a new instance of the CrossoverException class.
Public method CrossoverException(ICrossover, String, Exception)
Initializes a new instance of the CrossoverException class.
Back to Top
See Also