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

Exception that is thrown in parcel send / receive process More...

Inheritance diagram for KlusterKite.LargeObjects.Client.ParcelException:
KlusterKite.LargeObjects.Client.ParcelNotFoundException KlusterKite.LargeObjects.Client.ParcelServerErrorException KlusterKite.LargeObjects.Client.ParcelServerUnknownStatus KlusterKite.LargeObjects.Client.ParcelTimeoutException KlusterKite.LargeObjects.Client.ParcelTypeLoadException

Protected Member Functions

 ParcelException ()
 
 ParcelException (string message)
 
 ParcelException (string message, Exception innerException)
 

Properties

ParcelNotification Notification [get, set]
 Gets or sets the original notification More...
 

Detailed Description

Exception that is thrown in parcel send / receive process

Definition at line 17 of file ParcelException.cs.

Constructor & Destructor Documentation

◆ ParcelException() [1/3]

KlusterKite.LargeObjects.Client.ParcelException.ParcelException ( )
protected

Definition at line 20 of file ParcelException.cs.

◆ ParcelException() [2/3]

KlusterKite.LargeObjects.Client.ParcelException.ParcelException ( string  message)
protected

Definition at line 25 of file ParcelException.cs.

◆ ParcelException() [3/3]

KlusterKite.LargeObjects.Client.ParcelException.ParcelException ( string  message,
Exception  innerException 
)
protected

Definition at line 31 of file ParcelException.cs.

Property Documentation

◆ Notification

ParcelNotification KlusterKite.LargeObjects.Client.ParcelException.Notification
getset

Gets or sets the original notification

Definition at line 39 of file ParcelException.cs.


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