C# Class Encog.Util.CSV.CSVError

Used to report errors for CSV formatting.
Inheritance: EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
CSVError ( Exception e ) : System

Pass on an exception.

CSVError ( String str ) : System

Construct a message exception.

Method Details

CSVError() public méthode

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

CSVError() public méthode

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