Table of Contents

Class OptimisticLockException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that the requested StateServer object was locked and couldn't be accessed.

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

Constructors

OptimisticLockException()

Create a new OptimisticLockException with default parameters.

OptimisticLockException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an OptimisticLockException from a serialized stream.

OptimisticLockException(string)

Create a new OptimisticLockException.

OptimisticLockException(string, Exception)

Create a new OptimisticLockException.