Class CasMismatchException
Raised when a comparison between a stored document's CAS does not match the CAS provided by the request indicating the document has been mutated. Each time the document changes its CAS changes. A form of optimistic concurrency.
Implements
Inherited Members
Namespace: Couchbase.Core.Exceptions
Assembly: Couchbase.NetClient.dll
Syntax
public class CasMismatchException : CouchbaseException, ISerializable
Constructors
| Edit this page View SourceCasMismatchException()
Declaration
public CasMismatchException()
CasMismatchException(IErrorContext)
Declaration
public CasMismatchException(IErrorContext context)
Parameters
Type | Name | Description |
---|---|---|
IErrorContext | context |