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

The mutation exception More...

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

Public Member Functions

 MutationException ()
 Initializes a new instance of the MutationException class. More...
 
 MutationException (params ErrorDescription[] errors)
 Initializes a new instance of the MutationException class. More...
 

Properties

List< ErrorDescriptionErrors [get, set]
 Gets or sets the list of error descriptions More...
 

Detailed Description

The mutation exception

Definition at line 20 of file MutationException.cs.

Constructor & Destructor Documentation

◆ MutationException() [1/2]

KlusterKite.Data.CRUD.Exceptions.MutationException.MutationException ( )

Initializes a new instance of the MutationException class.

Definition at line 25 of file MutationException.cs.

◆ MutationException() [2/2]

KlusterKite.Data.CRUD.Exceptions.MutationException.MutationException ( params ErrorDescription []  errors)

Initializes a new instance of the MutationException class.

Parameters
errorsThe list of errors.

Definition at line 35 of file MutationException.cs.

Property Documentation

◆ Errors

List<ErrorDescription> KlusterKite.Data.CRUD.Exceptions.MutationException.Errors
getset

Gets or sets the list of error descriptions

Definition at line 43 of file MutationException.cs.


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