KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

NetworkException Class

This exception will be thrown when .NET framework throws a network-related exception.

Syntax

public class NetworkException : CloudException

Remarks

To know the details, please use . property.

Requirements

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

Members

See Also: Inherited members from CloudException.

Public Constructors

Initializes a new instance of the KiiCorp.Cloud.Storage.NetworkException class.

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

NetworkException Constructor

Initializes a new instance of the KiiCorp.Cloud.Storage.NetworkException class.

Syntax

public NetworkException (SystemException cause)

Parameters

cause
Cause.

Remarks

Requirements

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