-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensionsentityframeworkcoreexceptions EntityNotFoundException
BigMakCode edited this page Aug 5, 2024
·
1 revision
Entity not found exception.
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
Entity not found exception.
public EntityNotFoundException(string objectName)
Type | Name | Description |
---|---|---|
string |
objectName | Object name. |
Entity not found exception.
Generated with ModularDoc