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

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

Méthodes publiques

Méthode Description
MissingOpenCLAdapterError ( Exception t ) : System

Construct the exception.

Method Details

MissingOpenCLAdapterError() public méthode

Construct the exception.
public MissingOpenCLAdapterError ( Exception t ) : System
t System.Exception The wrapped exception.
Résultat System