C# Класс Encog.EncogError

The base Encog error from which all other errors are build.
Наследование: System.Exception
Показать файл Открыть проект

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

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

Pass on an exception.

EncogError ( String str ) : System

Construct a message exception.

EncogError ( String msg, Exception e ) : System

Pass on an exception.

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

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

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

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

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

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

Pass on an exception.
public EncogError ( String msg, Exception e ) : System
msg String The message.
e System.Exception The exception.
Результат System