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

The base error for the market data set.
Inheritance: EncogError
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
MarketError ( Exception e ) : System

Pass on an exception.

MarketError ( String str ) : System

Construct a message exception.

Method Details

MarketError() public method

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

MarketError() public method

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