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

public EntityNotFoundException(string objectName)
Arguments
Type Name Description
string objectName Object name.
Summary

Entity not found exception.

Generated with ModularDoc

Clone this wiki locally