| Class | Description |
|---|---|
| AuthenticationException | Base class for all exceptions generated by IExSys.Authentication module. |
| DomainException | Generic domain logic exception. Base for all exceptions thrown from domain logic. |
| InvalidBirthdayException | Thrown when invalid birthday is being used. |
| InvalidDomainIdentifierException | Thrown when invalid DomainId is used. |
| InvalidDomainNameException | Thrown when invalid domain name is used. |
| InvalidFirstNameException | Thrown when invalid first name is being used. |
| InvalidLastNameException | Thrown when invalid last name is being used. |
| InvalidMiddleNameException | Thrown when invalid middle name is being used. |
| InvalidPasswordException | Thrown when invalid password is being used. |
| InvalidRightIdentifierException | Thrown when invalid RightId is used. |
| InvalidRightIndexException | Thrown when IExSys.Authentication.Right indexer is used in unexpected manner. |
| InvalidRightNameException | Thrown when invalid database right name is used. |
| InvalidRoleIdentifierException | Thrown when invalid RoleId is used. |
| InvalidRoleIndexException | Thrown when IExSys.Authentication.Role indexer is used in unexpected manner. |
| InvalidRoleNameException | Thrown when invalid database role name is used. |
| InvalidUserCredentialsException | Thrown when invalid user name / password are being used. |
| InvalidUserIdentifierException | Thrown when invalid database user identifier is being used. |
| InvalidUserNameException | Thrown when invalid database user name is being used. |
| RightException | Generic right logic exception. Base for all exceptions thrown from right logic. |
| RoleException | Generic role logic exception. Base for all exceptions thrown from role logic. |
| StorageDeleteException | Thrown when storage delete fails. |
| StorageException | Generic storage exception. Base for all exceptions thrown from storage logic. |
| StorageInitializationException | Thrown when storage initialization fails. |
| StorageInsertException | Thrown when storage insert fails. |
| StorageLoadException | Thrown when storage load fails. |
| StorageUpdateException | Thrown when storage update fails. |
| UserException | Generic user logic exception. Base for all exceptions thrown from user logic. |