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