KiiAnalyticsSDK : KiiCorp.Cloud.Analytics 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.Analytics
Assembly: KiiAnalyticsSDK (in KiiAnalyticsSDK.dll)
Assembly Versions: 1.2.0.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.)

Member Details