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

Thrown on insert operation, in case the object with the same id is already in the datasource More...

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

Public Member Functions

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

Detailed Description

Thrown on insert operation, in case the object with the same id is already in the datasource

Definition at line 20 of file InsertDuplicateIdException.cs.

Constructor & Destructor Documentation

◆ InsertDuplicateIdException() [1/2]

KlusterKite.Data.CRUD.Exceptions.InsertDuplicateIdException.InsertDuplicateIdException ( )

Initializes a new instance of the InsertDuplicateIdException class.

Definition at line 25 of file InsertDuplicateIdException.cs.

◆ InsertDuplicateIdException() [2/2]

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

Initializes a new instance of the InsertDuplicateIdException class.

Parameters
messageThe message.

Definition at line 35 of file InsertDuplicateIdException.cs.


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