C# Класс Encog.App.Analyst.AnalystError

Наследование: EncogError
Показать файл Открыть проект

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

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

Construct an exception that holds another exception.

AnalystError ( String msg ) : System

Construct a message exception.

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

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

Construct an exception that holds another exception.
public AnalystError ( Exception t ) : System
t System.Exception The other exception.
Результат System

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

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