C# Класс Encog.Neural.NeuralData.Market.MarketError

The base error for the market data set.
Наследование: EncogError
Показать файл Открыть проект

Открытые методы

Метод Описание
MarketError ( Exception e ) : System

Pass on an exception.

MarketError ( String str ) : System

Construct a message exception.

Описание методов

MarketError() публичный Метод

Pass on an exception.
public MarketError ( Exception e ) : System
e System.Exception The other exception.
Результат System

MarketError() публичный Метод

Construct a message exception.
public MarketError ( String str ) : System
str String The message.
Результат System