KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

UnauthorizedException Class

The exception that is thrown when the request is not authorized.

Syntax

public class UnauthorizedException : CloudException

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from CloudException.

Public Properties

[read-only]
Body string . Gets the body of server response. (Inherited from CloudException.)
[read-only]
Status int . Gets the status code. (Inherited from CloudException.)

Public Methods

override
ToString () : string
Dump http status and body. If the body is larger than 400 characters, It will be trimmed. (Inherited from CloudException.)

Member Details