Thrown when an attempt is made to release a lock not
owned by the thread.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
[SerializableAttribute] public class NotOwnerException : GemFireException |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class NotOwnerException _ Inherits GemFireException |
| Visual C++ |
|---|
[SerializableAttribute] public ref class NotOwnerException : public GemFireException |
Inheritance Hierarchy
System..::Object
System..::Exception
GemStone.GemFire.Cache..::GemFireException
GemStone.GemFire.Cache..::NotOwnerException
System..::Exception
GemStone.GemFire.Cache..::GemFireException
GemStone.GemFire.Cache..::NotOwnerException
See Also
NotOwnerException Members
GemStone.GemFire.Cache Namespace