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

Entity was not found in the datasource More...

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

Public Member Functions

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

Detailed Description

Entity was not found in the datasource

Definition at line 17 of file EntityNotFoundException.cs.

Constructor & Destructor Documentation

◆ EntityNotFoundException() [1/2]

KlusterKite.Data.CRUD.Exceptions.EntityNotFoundException.EntityNotFoundException ( )

Initializes a new instance of the EntityNotFoundException class.

Definition at line 22 of file EntityNotFoundException.cs.

◆ EntityNotFoundException() [2/2]

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

Initializes a new instance of the EntityNotFoundException class.

Parameters
messageThe message.

Definition at line 32 of file EntityNotFoundException.cs.


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