Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DatabaseException.cs
1
using
System
;
2
using
System.Collections.Generic
;
3
4
namespace
Waher.Persistence.Exceptions
5
{
9
public
class
DatabaseException
: Exception
10
{
15
public
DatabaseException
(
string
Message)
16
: base(Message)
17
{
18
}
19
25
public
DatabaseException
(
string
Message, Exception InnerException)
26
: base(Message, InnerException)
27
{
28
}
29
}
30
}
Waher.Persistence.Exceptions.DatabaseException
Base class for database exceptions.
Definition:
DatabaseException.cs:10
Waher.Persistence.Exceptions.DatabaseException.DatabaseException
DatabaseException(string Message)
Base class for database exceptions.
Definition:
DatabaseException.cs:15
Waher.Persistence.Exceptions.DatabaseException.DatabaseException
DatabaseException(string Message, Exception InnerException)
Base class for database exceptions.
Definition:
DatabaseException.cs:25
System.Collections.Generic
Definition:
ImplTypes.g.cs:4970
System
Definition:
Adapters.g.cs:58
Waher.Persistence.Exceptions
Definition:
CollectionException.cs:7
IoTGateway
Persistence
Waher.Persistence
Exceptions
DatabaseException.cs
Generated by
1.9.5