Class LockingException
LockingException is thrown on Insert/Remove operation if the item is locked and incorrect Lockid is specified.
Inherited Members
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class LockingException : OperationFailedException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
LockingException() | The default constructor of class LockingException. |
LockingException(Int32) | An overloaded constructor that takes the errorcode as parameter. |
LockingException(Int32, String) | An overloaded constructor that takes the errorcode and exception message as parameters. |
LockingException(Int32, String, Exception) | An overloaded constructor that takes the errorcode, nested exception and exception message as parameters. |
LockingException(Int32, String, String) | An overloaded constructor that takes the errorcode, stacktrace and exception message as parameters. |
LockingException(SerializationInfo, StreamingContext) | An overloaded constructor that takes serialization info and streaming context as parameters. |
LockingException(String) | An overloaded constructor that takes the reason as parameter. |
LockingException(String, Exception) | An overloaded constructor that takes the reason and nested exception as parameters. |