KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

BadRequestException Class

The exception that is thrown when the Request is not acceptable due to the request is not expected. Reason would be represented by enum.

Syntax

public class BadRequestException : 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 BadRequestException.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