-
-
Notifications
You must be signed in to change notification settings - Fork 0
easyextensionsentityframeworkcoreexceptions AccessException
BigMakCode edited this page Aug 5, 2024
·
1 revision
Duplicate exception.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph EasyExtensions.EntityFrameworkCore.Exceptions
EasyExtensions.EntityFrameworkCore.Exceptions.AccessException[[AccessException]]
EasyExtensions.EntityFrameworkCore.Exceptions.WebApiException[[WebApiException]]
end
EasyExtensions.EntityFrameworkCore.Exceptions.WebApiException --> EasyExtensions.EntityFrameworkCore.Exceptions.AccessException
Duplicate exception.
public AccessException(string objectName)| Type | Name | Description |
|---|---|---|
string |
objectName | Object name. |
Duplicate exception.
Generated with ModularDoc