C# Class Encog.Normalize.NormalizationError

Used for normalization errors.
Inheritance: EncogError
Datei anzeigen Open project: encog/encog-silverlight-core

Public Methods

Method Description
NormalizationError ( Exception e ) : System

Pass on an exception.

NormalizationError ( String str ) : System

Construct a message exception.

Method Details

NormalizationError() public method

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

NormalizationError() public method

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