Table of Contents

Constructor OptimisticLockException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

OptimisticLockException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate an OptimisticLockException from a serialized stream.

protected OptimisticLockException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

a SerializationInfo object holding the serialized state of the OptimisticLockException.

context StreamingContext

a StreamingContext object providing context about the serialization operation.

OptimisticLockException()

Create a new OptimisticLockException with default parameters.

public OptimisticLockException()

OptimisticLockException(string)

public OptimisticLockException(string message)

Parameters

message string

A message explaining the exception.

OptimisticLockException(string, Exception)

public OptimisticLockException(string message, Exception innerException)

Parameters

message string

A message explaining the exception.

innerException Exception

A nested exception that caused the NotLicensedException to be thrown.