C# Class Encog.Cloud.EncogCloudError

Perform an asynchronous cloud request.
Inheritance: EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
EncogCloudError ( Exception e ) : System

Pass on an exception.

EncogCloudError ( String str ) : System

Construct a message exception.

EncogCloudError ( String msg, Exception e ) : System

Pass on an exception.

Method Details

EncogCloudError() public méthode

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

EncogCloudError() public méthode

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

EncogCloudError() public méthode

Pass on an exception.
public EncogCloudError ( String msg, Exception e ) : System
msg String The message.
e System.Exception The exception.
Résultat System