Skip to content

easyextensionsentityframeworkcoreexceptions EntityNotFoundException

BigMakCode edited this page Aug 5, 2024 · 1 revision

EntityNotFoundException Public class

Description

Entity not found exception.

Diagram

 flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.EntityFrameworkCore.Exceptions
EasyExtensions.EntityFrameworkCore.Exceptions.EntityNotFoundException[[EntityNotFoundException]]
EasyExtensions.EntityFrameworkCore.Exceptions.WebApiException[[WebApiException]]
end
EasyExtensions.EntityFrameworkCore.Exceptions.WebApiException --> EasyExtensions.EntityFrameworkCore.Exceptions.EntityNotFoundException
Loading

Details

Summary

Entity not found exception.

Inheritance

Constructors

EntityNotFoundException

publicEntityNotFoundException(string objectName)
Arguments
TypeNameDescription
stringobjectNameObject name.
Summary

Entity not found exception.

Generated withModularDoc

Clone this wiki locally