C# Class Encog.Engine.Opencl.EncogCLError

Inheritance: Encog.Engine.EncogEngineError
显示文件 Open project: encog/encog-silverlight-core

Public Methods

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

Method Details

EncogCLError() public method

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

EncogCLError() public method

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

EncogCLError() public method

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