C# Class Encog.ML.Data.Buffer.BufferedDataError

Inheritance: Encog.EncogError
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
BufferedDataError ( Exception e ) : System

Pass on an exception.

BufferedDataError ( String str ) : System

Construct a message exception.

Method Details

BufferedDataError() public method

Pass on an exception.
public BufferedDataError ( Exception e ) : System
e System.Exception The other exception.
return System

BufferedDataError() public method

Construct a message exception.
public BufferedDataError ( String str ) : System
str String The message.
return System