Table of Contents

Class ObjectLockedException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that the requested object was locked in the ScaleOut service and couldn't be exclusively accessed.

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

Constructors

ObjectLockedException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an ObjectLockedException from a serialized stream.

ObjectLockedException(string, int, string)

Create a new ObjectLockedException.

ObjectLockedException(string, int, string, string)

Create a new ObjectLockedException.

ObjectLockedException(string, string)

Create a new ObjectLockedException.

ObjectLockedException(string, string, string)

Create a new ObjectLockedException.

ObjectLockedException(string, string, string, Exception)

Create a new ObjectLockedException.