| 
    Apache Geode Native .NET Reference 1.15.0
    
   | 
 
Thrown when a null argument is provided to a method where it is expected to be non-null. More...
#include <ExceptionTypes.hpp>
Inherits Apache::Geode::Client::GeodeException.
Public Member Functions | |
| NullPointerException () | |
| Default constructor More... | |
| NullPointerException (String^ message) | |
| * Constructor to create an exception object with the given message.  More... | |
| NullPointerException (String^ message, System::Exception^ innerException) | |
| * Constructor to create an exception object with the given message * and with the given inner exception.  More... | |
Protected Member Functions | |
| NullPointerException (SerializationInfo^ info, StreamingContext context) | |
| * Initializes a new instance of the class with serialized data.  More... | |
Thrown when a null argument is provided to a method where it is expected to be non-null.
      
  | 
  inline | 
Default constructor
      
  | 
  inline | 
* Constructor to create an exception object with the given message.
*
| message | The exception message. | 
 
      
  | 
  inline | 
* Constructor to create an exception object with the given message * and with the given inner exception.
*
| message | The exception message. | 
*
| innerException | The inner exception object. | 
 
      
  | 
  inlineprotected | 
* Initializes a new instance of the class with serialized data.
*
| info | * holds the serialized object data about the exception being thrown * | 
*
| context | * contains contextual information about the source or destination * |