C# Class Encog.MathUtil.Matrices.MatrixError

Inheritance: Encog.EncogError
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
MatrixError ( Exception e ) : System

Pass on an exception.

MatrixError ( String str ) : System

Construct a message exception.

Method Details

MatrixError() public method

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

MatrixError() public method

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