Thrown when an operation is attempted on a destroyed region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
[SerializableAttribute] public class RegionDestroyedException : GemFireException |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class RegionDestroyedException _ Inherits GemFireException |
| Visual C++ |
|---|
[SerializableAttribute] public ref class RegionDestroyedException : public GemFireException |
Inheritance Hierarchy
System..::Object
System..::Exception
GemStone.GemFire.Cache..::GemFireException
GemStone.GemFire.Cache..::RegionDestroyedException
System..::Exception
GemStone.GemFire.Cache..::GemFireException
GemStone.GemFire.Cache..::RegionDestroyedException
See Also
RegionDestroyedException Members
GemStone.GemFire.Cache Namespace