C# Class Encog.ML.Genetic.GeneticError

Inheritance: EncogError
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
GeneticError ( Exception t ) : System

Construct an exception that holds another exception.

GeneticError ( String msg ) : System

Construct a message exception.

GeneticError ( String msg, Exception t ) : System

Construct an exception that holds another exception.

Method Details

GeneticError() public method

Construct an exception that holds another exception.
public GeneticError ( Exception t ) : System
t System.Exception The other exception.
return System

GeneticError() public method

Construct a message exception.
public GeneticError ( String msg ) : System
msg String The exception message.
return System

GeneticError() public method

Construct an exception that holds another exception.
public GeneticError ( String msg, Exception t ) : System
msg String A message.
t System.Exception The other exception.
return System