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

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

Public Methods

Method Description
MissingOpenCLAdapterError ( Exception t ) : System

Construct the exception.

Method Details

MissingOpenCLAdapterError() public method

Construct the exception.
public MissingOpenCLAdapterError ( Exception t ) : System
t System.Exception The wrapped exception.
return System