C# Class Encog.App.Quant.QuantError

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

Public Methods

Method Description
QuantError ( Exception t ) : System

Construct an exception that holds another exception.

QuantError ( String msg ) : System

Construct a message exception.

Method Details

QuantError() public method

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

QuantError() public method

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