C# Class Encog.Cloud.EncogCloudError

Perform an asynchronous cloud request.
Inheritance: EncogError
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method 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 method

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

EncogCloudError() public method

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

EncogCloudError() public method

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