Enhanced C#
Language of your choice: 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) | |