C# Класс Encog.ML.Genetic.GeneticError

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

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

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

Construct an exception that holds another exception.

GeneticError ( String msg ) : System

Construct a message exception.

GeneticError ( String msg, Exception t ) : System

Construct an exception that holds another exception.

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

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

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

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

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

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

Construct an exception that holds another exception.
public GeneticError ( String msg, Exception t ) : System
msg String A message.
t System.Exception The other exception.
Результат System