LockingException is thrown on Insert/Remove operation if the item is locked and incorrect lockid is specified.

Namespace: Alachisoft.NCache.Runtime.Exceptions
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
[SerializableAttribute]
public class LockingException : OperationFailedException
Visual Basic
<SerializableAttribute> _
Public Class LockingException _
	Inherits OperationFailedException
Visual C++
[SerializableAttribute]
public ref class LockingException : public OperationFailedException

Inheritance Hierarchy

See Also