UserCustomExceptionCode Enumeration
Indicates the exception codes for operations that are associated to user accounts.
Assembly: UserObjectModel (in UserObjectModel.dll)
| Member name | Description | |
|---|---|---|
| AccessDenied | Indicates that access to the user account is denied. | |
| ActiveDirectoryNotAvailable | Indicates that the active directory is not available. | |
| CannotRevokeInheritedPermission | Indicates that you cannot revke an inherited permission. | |
| CreateUserSharedFolderFailed | Indicates that the shared folder was not created successfully. | |
| Failed | Indicates that the operation did not finish successfully. | |
| GroupNotExist | Indicates that the specified group does not exist. | |
| ModifySecurityGroupMembershipFailed | Indicates that the attempt to modify the security group membership has failed. | |
| ProviderNotAvailable | Indicates that the provider is not available. | |
| Succeeded | Indicates that the operation succeeded. | |
| TooManyUsers | Indicates that the limit was exceeded for user accounts. | |
| UserExists | Indicates that the user account already exists. | |
| UserNotExist | Indicates that the user account does not exist. | |
| WeakPassword | Indicates that the specified password is weak. | |
| WinLogonFailed | Indicates that the log on operation was not successful. |