VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::NotConnectedException Class Reference
Thrown when an operation is attempted before connecting to the distributed system. More...
#include <ExceptionTypes.hpp>
Inherits Apache::Geode::Client::GeodeException.
Public Member Functions | |
| NotConnectedException () | |
| Default constructor. | |
| NotConnectedException (String^ message) | |
| |
| NotConnectedException (String^ message, System::Exception^ innerException) | |
| |
Protected Member Functions | |
| NotConnectedException (SerializationInfo^ info, StreamingContext context) | |
| |
Detailed Description
Thrown when an operation is attempted before connecting to the distributed system.
Constructor & Destructor Documentation
◆ NotConnectedException() [1/4]
|
inline |
Default constructor.
◆ NotConnectedException() [2/4]
|
inline |
- Constructor to create an exception object with the given message.
- *
- Parameters
-
message The exception message.
◆ NotConnectedException() [3/4]
|
inline |
- Constructor to create an exception object with the given message * and with the given inner exception.
- *
- Parameters
-
message The exception message.
- Parameters
-
innerException The inner exception object.
◆ NotConnectedException() [4/4]
|
inlineprotected |
- Initializes a new instance of the class with serialized data.
- This allows deserialization of this exception in .NET remoting. * *
- Parameters
-
info * holds the serialized object data about the exception being thrown *
- Parameters
-
context * contains contextual information about the source or destination *
Apache Geode C++ Cache .NET API Documentation