Table of Contents

Class ObjectExistsException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that an Add call failed because an object already exists in the StateServer with the given key.

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

Constructors

ObjectExistsException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an ObjectExistsException from a serialized stream.

ObjectExistsException(string, int, string)

Create a new ObjectExistsException.

ObjectExistsException(string, int, string, string)

Create a new ObjectExistsException.

ObjectExistsException(string, int, string, string, Exception)

Create a new ObjectExistsException.

ObjectExistsException(string, string)

Create a new ObjectExistsException.

ObjectExistsException(string, string, string)

Create a new ObjectExistsException.

ObjectExistsException(string, string, string, Exception)

Create a new ObjectExistsException.