C# Class Encog.Bot.Browse.BrowseError

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

Public Methods

Method Description
BrowseError ( Exception e ) : System

Pass on an exception.

BrowseError ( String str ) : System

Construct a message exception.

Method Details

BrowseError() public method

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

BrowseError() public method

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