C# Класс Encog.App.Quant.QuantError

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

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

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

Construct an exception that holds another exception.

QuantError ( String msg ) : System

Construct a message exception.

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

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

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

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

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