C# Class Encog.App.Quant.Loader.LoaderError

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

Public Methods

Method Description
LoaderError ( Exception t ) : System

Construct an exception that holds another exception.

LoaderError ( String msg ) : System

Construct a message exception.

Method Details

LoaderError() public method

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

LoaderError() public method

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