Class LockingException
LockingException is thrown on Insert/Remove operation if the item is locked and incorrect lockid is specified.
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class LockingException : OperationFailedException
Name | Description |
---|---|
LockingException() | default constructor. |
LockingException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |
LockingException(String) | overloaded constructor, takes the reason as parameter. |
LockingException(String, Exception) | overloaded constructor. |