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

There was internal datasource exception during operation More...

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

Public Member Functions

 DatasourceInnerException ()
 Initializes a new instance of the DatasourceInnerException class. More...
 
 DatasourceInnerException (string message)
 Initializes a new instance of the DatasourceInnerException class. More...
 
 DatasourceInnerException (string message, Exception innerException)
 Initializes a new instance of the DatasourceInnerException class. More...
 

Detailed Description

There was internal datasource exception during operation

Definition at line 17 of file DatasourceInnerException.cs.

Constructor & Destructor Documentation

◆ DatasourceInnerException() [1/3]

KlusterKite.Data.CRUD.Exceptions.DatasourceInnerException.DatasourceInnerException ( )

Initializes a new instance of the DatasourceInnerException class.

Definition at line 22 of file DatasourceInnerException.cs.

◆ DatasourceInnerException() [2/3]

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

Initializes a new instance of the DatasourceInnerException class.

Parameters
messageThe message.

Definition at line 32 of file DatasourceInnerException.cs.

◆ DatasourceInnerException() [3/3]

KlusterKite.Data.CRUD.Exceptions.DatasourceInnerException.DatasourceInnerException ( string  message,
Exception  innerException 
)

Initializes a new instance of the DatasourceInnerException class.

Parameters
messageThe message.
innerExceptionThe inner exception.

Definition at line 46 of file DatasourceInnerException.cs.


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