C# Class Encog.Parse.ParseError

Inheritance: Encog.EncogError
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
ParseError ( Exception e ) : System

Pass on an exception.

ParseError ( String str ) : System

Construct a message exception.

Method Details

ParseError() public method

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

ParseError() public method

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