Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
KeyAlreadyExistsException.cs
1
using
System;
2
using
Waher.Events
;
3
4
namespace
Waher.Persistence.Exceptions
5
{
9
public
class
KeyAlreadyExistsException
:
CollectionException
10
{
16
public
KeyAlreadyExistsException
(
string
Message,
string
Collection
)
17
: base(Message,
Collection
)
18
{
19
}
20
}
21
}
Waher.Persistence.Exceptions.CollectionException
Exception related to a collection.
Definition:
CollectionException.cs:12
Waher.Persistence.Exceptions.CollectionException.Collection
string Collection
Collection.
Definition:
CollectionException.cs:29
Waher.Persistence.Exceptions.KeyAlreadyExistsException
An attempt to insert a key was done, but the key was already there.
Definition:
KeyAlreadyExistsException.cs:10
Waher.Persistence.Exceptions.KeyAlreadyExistsException.KeyAlreadyExistsException
KeyAlreadyExistsException(string Message, string Collection)
An attempt to insert a key was done, but the key was already there.
Definition:
KeyAlreadyExistsException.cs:16
Waher.Events
Definition:
ConsoleEventSink.cs:8
Waher.Persistence.Exceptions
Definition:
CollectionException.cs:7
IoTGateway
Persistence
Waher.Persistence
Exceptions
KeyAlreadyExistsException.cs
Generated by
1.9.5