C# Class Encog.Bot.BotError

Indicates an error has occurred in the bot classes.
Inheritance: EncogError
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
BotError ( Exception e ) : System

Pass on an exception.

BotError ( String str ) : System

Construct a message exception.

Method Details

BotError() public method

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

BotError() public method

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