C# 클래스 Encog.Engine.Opencl.Exceptions.MissingOpenCLAdapterError

상속: OpenCLError
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
MissingOpenCLAdapterError ( Exception t ) : System

Construct the exception.

메소드 상세

MissingOpenCLAdapterError() 공개 메소드

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