google-code-export / dataobjectsdotnet

Automatically exported from code.google.com/p/dataobjectsdotnet
0 stars 0 forks source link

Exceptions thrown when non-existing field is referenced by attribute aren't descriptive #862

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When you add:
- [Index(..., "NonExistingField")]
- [Association(PairTo = "NonExistingField")]

The error message you get looks like: "Item with key 'NonExistingField' was not 
found." - such message makes it quite difficult to identify the source.

Original issue reported on code.google.com by alex.yakunin on 2 Dec 2010 at 3:42