KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Data.CRUD.Exceptions.RequestEmptyException Class Reference

The request was expected to contain data More...

Inheritance diagram for KlusterKite.Data.CRUD.Exceptions.RequestEmptyException:

Public Member Functions

 RequestEmptyException ()
 Initializes a new instance of the RequestEmptyException class. More...
 
 RequestEmptyException (string message)
 Initializes a new instance of the RequestEmptyException class. More...
 

Detailed Description

The request was expected to contain data

Definition at line 17 of file RequestEmptyException.cs.

Constructor & Destructor Documentation

◆ RequestEmptyException() [1/2]

KlusterKite.Data.CRUD.Exceptions.RequestEmptyException.RequestEmptyException ( )

Initializes a new instance of the RequestEmptyException class.

Definition at line 22 of file RequestEmptyException.cs.

◆ RequestEmptyException() [2/2]

KlusterKite.Data.CRUD.Exceptions.RequestEmptyException.RequestEmptyException ( string  message)

Initializes a new instance of the RequestEmptyException class.

Parameters
messageThe message.

Definition at line 32 of file RequestEmptyException.cs.


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