C# Class Encog.Util.CSV.CSVError

Used to report errors for CSV formatting.
Inheritance: EncogError
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
CSVError ( Exception e ) : System

Pass on an exception.

CSVError ( String str ) : System

Construct a message exception.

Method Details

CSVError() public method

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

CSVError() public method

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