KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.LargeObjects.Client.ParcelServerErrorException Class Reference

The server could not be contacted or some other error More...

Inheritance diagram for KlusterKite.LargeObjects.Client.ParcelServerErrorException:
KlusterKite.LargeObjects.Client.ParcelException

Public Member Functions

 ParcelServerErrorException ()
 Initializes a new instance of the ParcelServerErrorException class. More...
 
 ParcelServerErrorException (string message)
 Initializes a new instance of the ParcelServerErrorException class. More...
 
 ParcelServerErrorException (string message, Exception innerException)
 Initializes a new instance of the ParcelServerErrorException class. More...
 

Additional Inherited Members

- Protected Member Functions inherited from KlusterKite.LargeObjects.Client.ParcelException
 ParcelException ()
 
 ParcelException (string message)
 
 ParcelException (string message, Exception innerException)
 
- Properties inherited from KlusterKite.LargeObjects.Client.ParcelException
ParcelNotification Notification [get, set]
 Gets or sets the original notification More...
 

Detailed Description

The server could not be contacted or some other error

Definition at line 17 of file ParcelServerErrorException.cs.

Constructor & Destructor Documentation

◆ ParcelServerErrorException() [1/3]

KlusterKite.LargeObjects.Client.ParcelServerErrorException.ParcelServerErrorException ( )

Initializes a new instance of the ParcelServerErrorException class.

Definition at line 22 of file ParcelServerErrorException.cs.

◆ ParcelServerErrorException() [2/3]

KlusterKite.LargeObjects.Client.ParcelServerErrorException.ParcelServerErrorException ( string  message)

Initializes a new instance of the ParcelServerErrorException class.

Parameters
messageThe message.

Definition at line 32 of file ParcelServerErrorException.cs.

◆ ParcelServerErrorException() [3/3]

KlusterKite.LargeObjects.Client.ParcelServerErrorException.ParcelServerErrorException ( string  message,
Exception  innerException 
)

Initializes a new instance of the ParcelServerErrorException class.

Parameters
messageThe message.
innerExceptionThe inner exception.

Definition at line 46 of file ParcelServerErrorException.cs.


The documentation for this class was generated from the following file: