$mermaidjs
|
Clean Architecture Demo
|
NotFoundException se lanza cuando una entidad solicitada no puede ser encontrada.
More...
Public Member Functions | |
| NotFoundException (string entityName, object key) | |
| NotFoundException () | |
| NotFoundException (string message) | |
| NotFoundException (string message, Exception innerException) | |
NotFoundException se lanza cuando una entidad solicitada no puede ser encontrada.
Rol en Clean Architecture:
Uso:
Categorías de error:
NotFoundException: Entidad solicitada no existe -esta clase- Beneficios:
Definition at line 39 of file NotFoundException.cs.
| TaskManagement.Application.Exceptions.NotFoundException.NotFoundException | ( | string | entityName, |
| object | key | ||
| ) |
Definition at line 41 of file NotFoundException.cs.
| TaskManagement.Application.Exceptions.NotFoundException.NotFoundException | ( | ) |
Definition at line 46 of file NotFoundException.cs.
| TaskManagement.Application.Exceptions.NotFoundException.NotFoundException | ( | string | message | ) |
Definition at line 50 of file NotFoundException.cs.
| TaskManagement.Application.Exceptions.NotFoundException.NotFoundException | ( | string | message, |
| Exception | innerException | ||
| ) |
Definition at line 54 of file NotFoundException.cs.