C# Class Encog.Engine.EncogEngineError

Inheritance: System.Exception
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method 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 method

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

EncogEngineError() public method

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

EncogEngineError() public method

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