|
Enhanced C#
Loyc library documentation
|
An exception thrown by dictionary objects when they are asked to "add" a key-value pair that already exists. More...
An exception thrown by dictionary objects when they are asked to "add" a key-value pair that already exists.
Public Member Functions | |
| KeyAlreadyExistsException (string?msg) | |
| KeyAlreadyExistsException (string msg, Exception innerException) | |
1.8.7