Table of Contents

Class TimeoutException

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 TimeoutException : ScaleoutException, ISerializable
Inheritance
TimeoutException
Implements
Inherited Members

Constructors

TimeoutException()

Create a new TimeoutException with default parameters.

TimeoutException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an TimeoutException from a serialized stream.

TimeoutException(string)

Create a new TimeoutException.

TimeoutException(string, Exception)

Create a new TimeoutException.

TimeoutException(string, string)

Create a new TimeoutException.

TimeoutException(string, string, Exception)

Create a new TimeoutException.