Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 8.1.3 |
Author(s): | Giorgi Dalakishvili |
Last Update: | Saturday, August 3, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Giorgi/EntityFramework.Exceptions |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.Exceptions.SqlServer |
Install
Install-Package EntityFrameworkCore.Exceptions.SqlServer
dotnet add package EntityFrameworkCore.Exceptions.SqlServer
paket add EntityFrameworkCore.Exceptions.SqlServer
EntityFrameworkCore.Exceptions.SqlServer Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFrameworkCore.Exceptions.Common(>= 3.1.1)
- Microsoft.Data.SqlClient(>= 1.1.0)
Tags
Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException.