KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

GroupOperationException Class

The exception that is thrown when Group operation is failed.

Syntax

public class GroupOperationException : SystemException

Remarks

Developers can know which users are failed to add/remove.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from SystemException.

Public Properties

[read-only]
AddFailedUsers IList<KiiUser> . Gets the users who are not added.
[read-only]
RemoveFailedUsers IList<KiiUser> . Gets the users who are not removed.

Member Details

AddFailedUsers Property

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 null

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

RemoveFailedUsers Property

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 null

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0