KiiCloudStorageSDK : KiiCorp.Cloud.Analytics Namespace

EventUploadException Class

This exception will be thrown when event uploading is failed.

Syntax

public class EventUploadException : SystemException

Remarks

Developer can know which events are not uploaded.

Requirements

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

Members

See Also: Inherited members from SystemException.

Public Properties

[read-only]
Body string . Gets the body string.
[read-only]
ErrorEvents IList<KiiEvent> . Gets the list of events which has some errors.
[read-only]
Status int . Gets the status code.

Member Details

Body Property

Gets the body string.

Syntax

public string Body { get; }

Value

The body string.

Remarks

Requirements

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

ErrorEvents Property

Gets the list of events which has some errors.

Syntax

public IList<KiiEvent> ErrorEvents { get; }

Value

The list of events.

Remarks

This property must not be null.

Requirements

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

Status Property

Gets the status code.

Syntax

public int Status { get; }

Value

The status code.

Remarks

Requirements

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