C# Class Encog.Neural.NeuralData.Market.MarketError

The base error for the market data set.
Inheritance: EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
MarketError ( Exception e ) : System

Pass on an exception.

MarketError ( String str ) : System

Construct a message exception.

Method Details

MarketError() public méthode

Pass on an exception.
public MarketError ( Exception e ) : System
e System.Exception The other exception.
Résultat System

MarketError() public méthode

Construct a message exception.
public MarketError ( String str ) : System
str String The message.
Résultat System