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