Table of Contents

Class ScaleoutMemoryException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that the server has insufficient free memory to perform the requested operation.

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

Constructors

ScaleoutMemoryException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an ScaleoutMemoryException from a serialized stream.

ScaleoutMemoryException(string, int, string)

Create a new ScaleoutMemoryException.

ScaleoutMemoryException(string, int, string, string)

Create a new ScaleoutMemoryException.

ScaleoutMemoryException(string, string)

Create a new ScaleoutMemoryException.

ScaleoutMemoryException(string, string, string)

Create a new ScaleoutMemoryException.

ScaleoutMemoryException(string, string, string, Exception)

Create a new ScaleoutMemoryException.