VMware Tanzu GemFire .NET Client API Reference
CacheClosedException Class Reference
Exception thrown when an operation is attempted upon a closed Cache. More...
Inheritance diagram for CacheClosedException:
Public Member Functions | |
| CacheClosedException (string message) | |
| Constructor with message. 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 thrown when an operation is attempted upon a closed Cache.
Constructor & Destructor Documentation
◆ CacheClosedException()
|
inline |
Constructor with message.
- Parameters
-
message
The documentation for this class was generated from the following file:
- gemfire.client/Exceptions/CacheClosedException.cs

Protected Member Functions inherited from 