C# 클래스 Encog.Neural.NeuralData.Market.Loader.LoaderError

The base error for when market data is loaded.
상속: MarketError
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
LoaderError ( Exception e ) : System

Pass on an exception.

LoaderError ( String str ) : System

Construct a message exception.

메소드 상세

LoaderError() 공개 메소드

Pass on an exception.
public LoaderError ( Exception e ) : System
e System.Exception The other exception.
리턴 System

LoaderError() 공개 메소드

Construct a message exception.
public LoaderError ( String str ) : System
str String The message.
리턴 System