C# Class Encog.Neural.NeuralData.NeuralDataError

The base Encog neural data error.
Inheritance: EncogError
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
NeuralDataError ( Exception e ) : System

Pass on an exception.

NeuralDataError ( String str ) : System

Construct a message exception.

Method Details

NeuralDataError() public method

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

NeuralDataError() public method

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