C# Class Encog.Engine.Opencl.Exceptions.OpenCLError

Inheritance: EncogEngineError
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
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.

Method Details

OpenCLError() public method

Construct an exception that holds another exception.
public OpenCLError ( Exception t ) : System
t System.Exception The other exception.
return System

OpenCLError() public method

Construct a message exception.
public OpenCLError ( String msg ) : System
msg String The exception message.
return System

OpenCLError() public method

Construct an exception that holds another exception.
public OpenCLError ( String msg, Exception t ) : System
msg String A message.
t System.Exception The other exception.
return System