Giorgi / EntityFramework.Exceptions

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
https://giorgi.dev/entity-framework/introducing-entityframework-exceptions/
Other
1.44k stars 68 forks source link

What's the corresponding Exception in this framework for Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException #66

Closed haroldrandom closed 9 months ago

haroldrandom commented 9 months ago

As title.

Is there any you-defined exception for this exception Microsoft.EntityFrameworkCore.DbUpdateConcurrencyException?

Giorgi commented 9 months ago

No, there is no other exception because DbUpdateConcurrencyException already gives you the reason why the statement failed.