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

Errors thrown by the buffered data objects.
Inheritance: EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
BufferedDataError ( Exception e ) : System

Pass on an exception.

BufferedDataError ( String str ) : System

Construct a message exception.

Method Details

BufferedDataError() public méthode

Pass on an exception.
public BufferedDataError ( Exception e ) : System
e System.Exception The other exception.
Résultat System

BufferedDataError() public méthode

Construct a message exception.
public BufferedDataError ( String str ) : System
str String The message.
Résultat System