C# Class Encog.Parse.ParseError

Inheritance: Encog.EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
ParseError ( Exception e ) : System

Pass on an exception.

ParseError ( String str ) : System

Construct a message exception.

Method Details

ParseError() public méthode

Pass on an exception.
public ParseError ( Exception e ) : System
e System.Exception The other exception.
Résultat System

ParseError() public méthode

Construct a message exception.
public ParseError ( String str ) : System
str String The message.
Résultat System