KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

NotFoundException Class

The exception that is thrown when the requested entity is not found. Reason would be represented by enum.

Syntax

public class NotFoundException : 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 Fields

reason NotFoundException.Reason . Represents reason of error.

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

reason Field

Represents reason of error.

Syntax

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