C# (CSharp) WebApi.Helpers.Exceptions Namespace

Classes

Name Description
EmailNotSentException Exception that should be thrown when the email is not sent successfully.
EmailTakenException Exception that should be thrown when the email is already taken.
EntityNotFoundException Exception that should be thrown when the requested entity is not found.
TooManyResetPasswordAttemptsException Exception that should be thrown when there were too many failed attempts to reset password.
UpdateReadOnlyPropertyException Exception that should be thrown when changing read-only properties.