UserCustomExceptionCode Enumeration
Indicates the exception codes for operations that are associated to user accounts.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataContractAttribute]
public enum UserCustomExceptionCode
[DataContractAttribute]
public enum class UserCustomExceptionCode
<DataContractAttribute>
Public Enumeration UserCustomExceptionCode
Members
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. |
See Also
Microsoft.WindowsServerSolutions.Users Namespace
Return to top