Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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)