Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
KeyAlreadyExistsException.cs
1using System;
2using Waher.Events;
3
5{
10 {
16 public KeyAlreadyExistsException(string Message, string Collection)
17 : base(Message, Collection)
18 {
19 }
20 }
21}
An attempt to insert a key was done, but the key was already there.
KeyAlreadyExistsException(string Message, string Collection)
An attempt to insert a key was done, but the key was already there.