Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change exception thrown by DataTable.Find #10

Open
scale-tone opened this issue May 11, 2015 · 1 comment
Open

Change exception thrown by DataTable.Find #10

scale-tone opened this issue May 11, 2015 · 1 comment

Comments

@scale-tone
Copy link
Owner

Currently when record does not exist using provided Hash[+Range] keys, DataTable.Find throws InvalidOperationException with exception message 'Sequence contains no elements', which is not really friendly message, describing that record was not found in DynamoDb.
null return or pretty message instead would be nice.

@maynardflies
Copy link

This is fixed by my PR #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants