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

Inheritance: EncogEngineError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode 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 méthode

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

OpenCLError() public méthode

Construct a message exception.
public OpenCLError ( String msg ) : System
msg String The exception message.
Résultat System

OpenCLError() public méthode

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