C# Class Encog.Neural.NeuralData.Market.Loader.LoaderError

The base error for when market data is loaded.
Inheritance: MarketError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
LoaderError ( Exception e ) : System

Pass on an exception.

LoaderError ( String str ) : System

Construct a message exception.

Method Details

LoaderError() public méthode

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

LoaderError() public méthode

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