◆ UseCaseException() [1/3]
UseCaseException.UseCaseException |
( |
string |
error | ) |
|
|
inline |
◆ UseCaseException() [2/3]
UseCaseException.UseCaseException |
( |
| ) |
|
|
inline |
◆ UseCaseException() [3/3]
UseCaseException.UseCaseException |
( |
string? |
message, |
|
|
Exception? |
innerException |
|
) |
| |
|
inline |
◆ BusinessRuleViolation() [1/2]
static void UseCaseException.BusinessRuleViolation |
( |
bool |
hasError, |
|
|
string |
message |
|
) |
| |
|
inlinestatic |
◆ BusinessRuleViolation() [2/2]
static Exception UseCaseException.BusinessRuleViolation |
( |
string |
message | ) |
|
|
static |
◆ NotFoundEntityById() [1/2]
static void UseCaseException.NotFoundEntityById |
( |
bool |
hasError, |
|
|
string |
entityName |
|
) |
| |
|
inlinestatic |
◆ NotFoundEntityById() [2/2]
static Exception UseCaseException.NotFoundEntityById |
( |
string |
entityName | ) |
|
|
static |
◆ NotFoundEntityByParams() [1/2]
static void UseCaseException.NotFoundEntityByParams |
( |
bool |
hasError, |
|
|
string |
entityName |
|
) |
| |
|
inlinestatic |
◆ NotFoundEntityByParams() [2/2]
static Exception UseCaseException.NotFoundEntityByParams |
( |
string |
entityName | ) |
|
|
static |
◆ NotInformedParam()
static void UseCaseException.NotInformedParam |
( |
bool |
hasError, |
|
|
string |
paramName |
|
) |
| |
|
inlinestatic |
◆ NotValidParam() [1/2]
static void UseCaseException.NotValidParam |
( |
bool |
hasError, |
|
|
string |
paramName |
|
) |
| |
|
inlinestatic |
◆ NotValidParam() [2/2]
static Exception UseCaseException.NotValidParam |
( |
string |
message | ) |
|
|
static |
A documentação para esta classe foi gerada a partir do seguinte ficheiro: