linq2dynamodb icon indicating copy to clipboard operation
linq2dynamodb copied to clipboard

Change exception thrown by DataTable.Find

Open scale-tone opened this issue 9 years ago • 1 comments

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.

scale-tone avatar May 11 '15 02:05 scale-tone

This is fixed by my PR #52

maynardflies avatar Oct 31 '17 18:10 maynardflies