Skip to main content
EntityFrameworkCore.Exceptions.Common package icon

EntityFrameworkCore.Exceptions.Common

Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException, ReferenceConstraintException or DeadlockException instead of generic DbUpdateException This is a base package for database specific packages. Install one of the specific packages instead of this

Total Downloads
11.4M
11,428,389
Published
Mar 19, 2026
Latest stable version

Install

.NET CLI
dotnet add package EntityFrameworkCore.Exceptions.Common --version 10.0.0
Package Manager Console
Install-Package EntityFrameworkCore.Exceptions.Common -Version 10.0.0
PackageReference
<PackageReference Include="EntityFrameworkCore.Exceptions.Common" Version="10.0.0" />

Frameworks

net10.0

Dependencies

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.