Thrown when a null argument is provided to a method
where it is expected to be non-null.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
[SerializableAttribute] public class NullPointerException : GemFireException |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class NullPointerException _ Inherits GemFireException |
| Visual C++ |
|---|
[SerializableAttribute] public ref class NullPointerException : public GemFireException |
Inheritance Hierarchy
System..::Object
System..::Exception
GemStone.GemFire.Cache..::GemFireException
GemStone.GemFire.Cache..::NullPointerException
System..::Exception
GemStone.GemFire.Cache..::GemFireException
GemStone.GemFire.Cache..::NullPointerException
See Also
NullPointerException Members
GemStone.GemFire.Cache Namespace