C# Class Encog.Engine.EncogEngineError

Inheritance: System.Exception
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
EncogEngineError ( Exception t ) : System

Construct an exception that holds another exception.

EncogEngineError ( String msg ) : System

Construct a message exception.

EncogEngineError ( String msg, Exception t ) : System

Construct an exception that holds another exception.

Method Details

EncogEngineError() public méthode

Construct an exception that holds another exception.
public EncogEngineError ( Exception t ) : System
t System.Exception The other exception.
Résultat System

EncogEngineError() public méthode

Construct a message exception.
public EncogEngineError ( String msg ) : System
msg String The exception message.
Résultat System

EncogEngineError() public méthode

Construct an exception that holds another exception.
public EncogEngineError ( String msg, Exception t ) : System
msg String A message.
t System.Exception The other exception.
Résultat System