Class EntityNotFoundException<TEntityType>
Inheritance
EntityNotFoundException<TEntityType>
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class EntityNotFoundException<TEntityType> : EntityNotFoundException, ISerializable
Type Parameters
| Name |
Description |
| TEntityType |
|
Constructors
EntityNotFoundException()
Declaration
public EntityNotFoundException()
EntityNotFoundException(object?)
Declaration
public EntityNotFoundException(object? id)
Parameters
| Type |
Name |
Description |
| object |
id |
|
EntityNotFoundException(object?, Exception?)
Declaration
public EntityNotFoundException(object? id, Exception? innerException)
Parameters
Implements
Extension Methods