Table of Contents

Class NotReadyException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that the server is not yet ready to perform a particular function. Normally, this exception is detected by client API software and the operation is subsequently retried.

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

Constructors

NotReadyException()

Create a new NotReadyException with default parameters.

NotReadyException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an NotReadyException from a serialized stream.

NotReadyException(string)

Create a new NotReadyException.

NotReadyException(string, Exception)

Create a new NotReadyException.

NotReadyException(string, string)

Create a new NotReadyException.

NotReadyException(string, string, Exception)

Create a new NotReadyException.