Thrown when the connecting target is not running.
More...
#include <ExceptionTypes.hpp>
Inherits Apache::Geode::Client::GeodeException.
|
| NoSystemException () |
| Default constructor.
|
|
| NoSystemException (String^ message) |
|
- Constructor to create an exception object with the given message.
|
|
| NoSystemException (String^ message, System::Exception^ innerException) |
|
- Constructor to create an exception object with the given message * and with the given inner exception.
|
|
|
| NoSystemException (SerializationInfo^ info, StreamingContext context) |
|
- Initializes a new instance of the class with serialized data.
|
|
Thrown when the connecting target is not running.
◆ NoSystemException() [1/4]
Apache::Geode::Client::NoSystemException::NoSystemException |
( |
| ) |
|
|
inline |
◆ NoSystemException() [2/4]
Apache::Geode::Client::NoSystemException::NoSystemException |
( |
String^ |
message | ) |
|
|
inline |
- Constructor to create an exception object with the given message.
- *
- Parameters
-
message | The exception message. |
◆ NoSystemException() [3/4]
Apache::Geode::Client::NoSystemException::NoSystemException |
( |
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. |
◆ NoSystemException() [4/4]
Apache::Geode::Client::NoSystemException::NoSystemException |
( |
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 * |