KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

UserCancelException Class

The exception that is thrown when user cancels the authorization.

Syntax

public class UserCancelException : SocialException

Remarks

Requirements

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

Members

See Also: Inherited members from SocialException.

Public Constructors

Initializes UserCancelException.
Initializes UserCancelException.

Member Details

UserCancelException Constructor

Initializes UserCancelException.

Syntax

public UserCancelException (string message)

Parameters

message
Error message

Remarks

This constructor is called by KiiSocialNetworkConnector. Your applications does not need to use this constructor.

Requirements

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

UserCancelException Constructor

Initializes UserCancelException.

Syntax

public UserCancelException (string message, Exception cause)

Parameters

message
Error message
cause
Cause of this exception

Remarks

This constructor is called by KiiSocialNetworkConnector. Your applications does not need to use this constructor.

Requirements

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