Class EntityNotFoundException
Inheritance
EntityNotFoundException
Assembly: Volo.Abp.ExceptionHandling.dll
Syntax
public class EntityNotFoundException : AbpException, ISerializable
Constructors
EntityNotFoundException()
Declaration
public EntityNotFoundException()
EntityNotFoundException(string)
Declaration
public EntityNotFoundException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
EntityNotFoundException(string, Exception)
Declaration
public EntityNotFoundException(string message, Exception innerException)
Parameters
EntityNotFoundException(Type)
Declaration
public EntityNotFoundException(Type entityType)
Parameters
Type |
Name |
Description |
Type |
entityType |
|
EntityNotFoundException(Type, object?)
Declaration
public EntityNotFoundException(Type entityType, object? id)
Parameters
EntityNotFoundException(Type, object?, Exception?)
Declaration
public EntityNotFoundException(Type entityType, object? id, Exception? innerException)
Parameters
Properties
EntityType
Declaration
public Type? EntityType { get; set; }
Property Value
Id
Declaration
public object? Id { get; set; }
Property Value
Implements
Extension Methods