Table of Contents

Constructor ReadThroughPendingException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

ReadThroughPendingException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an ReadThroughPendingException from a serialized stream.

protected ReadThroughPendingException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

a SerializationInfo object holding the serialized state of the ReadThroughPendingException.

context StreamingContext

a StreamingContext object providing context about the serialization operation.

ReadThroughPendingException(string, int, string)

public ReadThroughPendingException(string operation, int errorCode, string key)

Parameters

operation string

the operation (e.g. create, read, update, delete) that failed

errorCode int

the status code returned from the ScaleOut service

key string

a human-readable representation of the key corresponding to the object on which the failed operation was performed.

ReadThroughPendingException(string, string)

public ReadThroughPendingException(string operation, string key)

Parameters

operation string

the operation (e.g. create, read, update, delete) that failed

key string

a human-readable representation of the key corresponding to the object on which the failed operation was performed.

ReadThroughPendingException(string, int, string, string)

public ReadThroughPendingException(string operation, int errorCode, string key, string message)

Parameters

operation string

the operation (e.g. create, read, update, delete) that failed

errorCode int

the status code returned from the ScaleOut service

key string

a human-readable representation of the key corresponding to the object on which the failed operation was performed.

message string

a message describing this exception

ReadThroughPendingException(string, string, string)

public ReadThroughPendingException(string operation, string key, string message)

Parameters

operation string

the operation (e.g. create, read, update, delete) that failed

key string

a human-readable representation of the key corresponding to the object on which the failed operation was performed.

message string

a message describing this exception

ReadThroughPendingException(string, int, string, string, Exception)

public ReadThroughPendingException(string operation, int errorCode, string key, string message, Exception innerException)

Parameters

operation string

the operation (e.g. create, read, update, delete) that failed

errorCode int

the status code returned from the ScaleOut service

key string

a human-readable representation of the key corresponding to the object on which the failed operation was performed.

message string

a message describing this exception

innerException Exception

an underlying Exception which caused this ScaleoutException to be thrown.

ReadThroughPendingException(string, string, string, Exception)

public ReadThroughPendingException(string operation, string key, string message, Exception innerException)

Parameters

operation string

the operation (e.g. create, read, update, delete) that failed

key string

a human-readable representation of the key corresponding to the object on which the failed operation was performed.

message string

a message describing this exception

innerException Exception

an underlying Exception which caused this ScaleoutException to be thrown.