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

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

Public Methods

Method Description
OutOfOpenCLResources ( Exception t ) : System

Construct the exception.

Method Details

OutOfOpenCLResources() public method

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