C# Class Encog.Bot.Browse.BrowseError

Indicates an error has occurred in the browse classes.
Inheritance: EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
BrowseError ( Exception e ) : System

Pass on an exception.

BrowseError ( String str ) : System

Construct a message exception.

Method Details

BrowseError() public méthode

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

BrowseError() public méthode

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