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

Action was aborted by "Before" processor More...

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

Public Member Functions

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

Detailed Description

Action was aborted by "Before" processor

Definition at line 17 of file BeforeActionException.cs.

Constructor & Destructor Documentation

◆ BeforeActionException() [1/2]

KlusterKite.Data.CRUD.Exceptions.BeforeActionException.BeforeActionException ( )

Initializes a new instance of the BeforeActionException class.

Definition at line 22 of file BeforeActionException.cs.

◆ BeforeActionException() [2/2]

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

Initializes a new instance of the BeforeActionException class.

Parameters
messageThe message.

Definition at line 32 of file BeforeActionException.cs.


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