Table of Contents

Class ScaleoutException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

An exception thrown when an unexpected error occurs while accessing the ScaleOut service.

[Serializable]
public class ScaleoutException : Exception, ISerializable
Inheritance
ScaleoutException
Implements
Derived
Inherited Members

Constructors

ScaleoutException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate a ScaleoutException from a serialized stream.

ScaleoutException(string, int, string)

Create a new ScaleoutException.

ScaleoutException(string, int, string, string)

Create a new ScaleoutException.

ScaleoutException(string, int, string, string, Exception)

Create a new ScaleoutException.

Properties

Code

Gets the status code value returned by the ScaleOut service.

Key

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

Operation

Return the operation that was executing when this exception was thrown

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo with information about the exception.