Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Collections.KeyAlreadyExistsException Class Reference

An exception thrown by dictionary objects when they are asked to "add" a key-value pair that already exists. More...


Source file:
Inheritance diagram for Loyc.Collections.KeyAlreadyExistsException:

Remarks

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)