You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently DataTable.CreateEntity method throws AggregateException with only 1 exception inside, ex:
System.InvalidOperationException : An entity with key TestBooke71726a2-903a-4ad9-8e44-e09ce7939d0a:0 cannot be added, because entity with that key already exists
Would be really nice if it would throw only that one inner exception instead of AggregateException-wrapper.
The text was updated successfully, but these errors were encountered:
Currently DataTable.CreateEntity method throws AggregateException with only 1 exception inside, ex:
System.InvalidOperationException : An entity with key TestBooke71726a2-903a-4ad9-8e44-e09ce7939d0a:0 cannot be added, because entity with that key already exists
Would be really nice if it would throw only that one inner exception instead of AggregateException-wrapper.
The text was updated successfully, but these errors were encountered: