Class DocumentNotLockedException
Thrown when the server reports the document is already locked - generally raised when an unlocking operation is being performed.
Implements
Inherited Members
Namespace: Couchbase.Core.Exceptions.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
public class DocumentNotLockedException : CouchbaseException, ISerializable
Constructors
| Edit this page View SourceDocumentNotLockedException()
Declaration
public DocumentNotLockedException()
DocumentNotLockedException(string)
Declaration
public DocumentNotLockedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
DocumentNotLockedException(string, Exception)
Declaration
public DocumentNotLockedException(string message, Exception exception)