C# Class Encog.Neural.Pattern.PatternError

Inheritance: Encog.Neural.NeuralNetworkError
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
PatternError ( Exception t ) : System

Construct an exception that holds another exception.

PatternError ( String msg ) : System

Construct a message exception.

Method Details

PatternError() public method

Construct an exception that holds another exception.
public PatternError ( Exception t ) : System
t System.Exception The other exception.
return System

PatternError() public method

Construct a message exception.
public PatternError ( String msg ) : System
msg String The exception message.
return System