The exception that is thrown when Group operation is failed.
See Also: Inherited members from SystemException.
[read-only] | AddFailedUsers | IList<KiiUser> . Gets the users who are not added. |
[read-only] | RemoveFailedUsers | IList<KiiUser> . Gets the users who are not removed. |
Gets the users who are not added.Syntax
public IList<KiiUser> AddFailedUsers { get; }Value
The list of KiiUser who will be added to the group.Remarks
This property doesn't return nullRequirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0
Gets the users who are not removed.Syntax
public IList<KiiUser> RemoveFailedUsers { get; }Value
The list of KiiUser who will be removed from the group.Remarks
This property doesn't return nullRequirements
Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0