C# Класс Encog.Engine.Opencl.EncogCLError

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

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

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

Construct an exception that holds another exception.

EncogCLError ( String msg ) : System

Construct a message exception.

EncogCLError ( String msg, Exception t ) : System

Construct an exception that holds another exception.

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

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

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

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

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

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

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