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