1310   Key already used in this dictionary

Cause

This error occurs if your application code attempts to add a duplicated key entry to a dictionary that specifies duplicate keys are not allowed.

Action

Determine why a duplicated key is being added to the dictionary and correct the code that led to the error. The method and source position containing the expression at which the exception was raised are reported in the error description.