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
[Serializable]
public class LockingException : OperationFailedException, ISerializable
Constructors
Name | Description |
---|---|
LockingException() | Default constructor. |
LockingException(Int32) | Overloaded constructor |
LockingException(Int32, String) | Overloaded constructor |
LockingException(Int32, String, Exception) | Overloaded constructor |
LockingException(Int32, String, String) | Overloaded constructor |
LockingException(SerializationInfo, StreamingContext) | Overloaded constructor, manual serialization. |
LockingException(String) | Overloaded constructor, takes the reason as parameter. |
LockingException(String, Exception) | Overloaded constructor. |