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

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

Public Methods

Method Description
LoaderError ( Exception e ) : System

Pass on an exception.

LoaderError ( String str ) : System

Construct a message exception.

Method Details

LoaderError() public method

Pass on an exception.
public LoaderError ( Exception e ) : System
e System.Exception The other exception.
return System

LoaderError() public method

Construct a message exception.
public LoaderError ( String str ) : System
str String The message.
return System