C# Class Encog.Persist.PersistError

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

Public Methods

Method Description
PersistError ( Exception t ) : System

Construct an exception that holds another exception.

PersistError ( String msg ) : System

Construct a message exception.

PersistError ( String msg, Exception t ) : System

Construct an exception that holds another exception.

Method Details

PersistError() public method

Construct an exception that holds another exception.
public PersistError ( Exception t ) : System
t System.Exception The other exception.
return System

PersistError() public method

Construct a message exception.
public PersistError ( String msg ) : System
msg String The exception message.
return System

PersistError() public method

Construct an exception that holds another exception.
public PersistError ( String msg, Exception t ) : System
msg String The message.
t System.Exception The other exception.
return System