GPIC - Backend
1.0
Aplicações .NET para o backend do GPIC
|
Lista completa de todos os membros de UseCaseException, incluindo todos os membros herdados.
BusinessRuleViolation(string message) | UseCaseException | static |
BusinessRuleViolation(bool hasError, string message) | UseCaseException | inlinestatic |
NotFoundEntityById(string entityName) | UseCaseException | static |
NotFoundEntityById(bool hasError, string entityName) | UseCaseException | inlinestatic |
NotFoundEntityByParams(string entityName) | UseCaseException | static |
NotFoundEntityByParams(bool hasError, string entityName) | UseCaseException | inlinestatic |
NotInformedParam(bool hasError, string paramName) | UseCaseException | inlinestatic |
NotValidParam(string message) | UseCaseException | static |
NotValidParam(bool hasError, string paramName) | UseCaseException | inlinestatic |
UseCaseException(string error) | UseCaseException | inline |
UseCaseException() | UseCaseException | inline |
UseCaseException(string? message, Exception? innerException) | UseCaseException | inline |