| 
    Apache Geode Native .NET Reference 1.15.0
    
   | 
 
Thrown when bound of array/vector etc. More...
#include <ExceptionTypes.hpp>
Inherits Apache::Geode::Client::GeodeException.
Public Member Functions | |
| OutOfRangeException () | |
| Default constructor More... | |
| OutOfRangeException (String^ message) | |
| * Constructor to create an exception object with the given message.  More... | |
| OutOfRangeException (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 | |
| OutOfRangeException (SerializationInfo^ info, StreamingContext context) | |
| * Initializes a new instance of the class with serialized data.  More... | |
Thrown when bound of array/vector etc.
is exceeded.
      
  | 
  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 * |