• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents

Class LockingException

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

Inheritance
System.Object
CacheException
OperationFailedException
LockingException
Inherited Members
OperationFailedException.IsTracable
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class LockingException : OperationFailedException

Constructors

Name Description
LockingException()

Default constructor.

LockingException(SerializationInfo, StreamingContext)

Overloaded constructor, manual serialization.

LockingException(Int32)

Overloaded constructor

LockingException(Int32, String)

Overloaded constructor

LockingException(Int32, String, Exception)

Overloaded constructor

LockingException(Int32, String, String)

Overloaded constructor

LockingException(String)

Overloaded constructor, takes the reason as parameter.

LockingException(String, Exception)

Overloaded constructor.

Back to top Copyright © 2017 Alachisoft