C# Class Encog.App.Analyst.AnalystError

Inheritance: EncogError
Mostra file Open project: encog/encog-silverlight-core

Public Methods

Method Description
AnalystError ( Exception t ) : System

Construct an exception that holds another exception.

AnalystError ( String msg ) : System

Construct a message exception.

Method Details

AnalystError() public method

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

AnalystError() public method

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