C# Класс Encog.Engine.Opencl.Exceptions.OpenCLError

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

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

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

Construct an exception that holds another exception.

OpenCLError ( String msg ) : System

Construct a message exception.

OpenCLError ( String msg, Exception t ) : System

Construct an exception that holds another exception.

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

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

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

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

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

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

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