VMware Tanzu GemFire .NET Client API Reference
GemFireClientRequestTimedOutException Class Reference
Exception for when client requests time out More...
Inheritance diagram for GemFireClientRequestTimedOutException:
Public Member Functions | |
| GemFireClientRequestTimedOutException (string message, Exception x) | |
| Constructor with basic message and nested exception More... | |
Additional Inherited Members | |
Protected Member Functions inherited from GemFireException | |
| GemFireException (string message) | |
| Constructor for first order exception. More... | |
| GemFireException (string message, Exception innerException) | |
| Constructor for nested exception. More... | |
Detailed Description
Exception for when client requests time out
Constructor & Destructor Documentation
◆ GemFireClientRequestTimedOutException()
|
inline |
Constructor with basic message and nested exception
- Parameters
-
message x
The documentation for this class was generated from the following file:
- gemfire.client/Exceptions/GemFireClientRequestTimedOutException.cs

Protected Member Functions inherited from 