Thrown when an unknown message is received from the server.
More...
Inherits Apache::Geode::Client::GeodeException.
|
| 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.
◆ MessageException() [1/4]
Apache::Geode::Client::MessageException::MessageException |
( |
| ) |
|
|
inline |
◆ MessageException() [2/4]
Apache::Geode::Client::MessageException::MessageException |
( |
String^ |
message | ) |
|
|
inline |
* Constructor to create an exception object with the given message.
*
- Parameters
-
message | The exception message. |
◆ MessageException() [3/4]
Apache::Geode::Client::MessageException::MessageException |
( |
String^ |
message, |
|
|
System::Exception^ |
innerException |
|
) |
| |
|
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. |
◆ MessageException() [4/4]
Apache::Geode::Client::MessageException::MessageException |
( |
SerializationInfo^ |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
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 * |