VMware Tanzu GemFire .NET Client API Reference
GemFireIllegalStateException Class Reference
Exception used to indicate actions have resulted in an improper state of this library More...
Inheritance diagram for GemFireIllegalStateException:
Public Member Functions | |
| GemFireIllegalStateException (string message) | |
| Constructor with basic 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 used to indicate actions have resulted in an improper state of this library
Constructor & Destructor Documentation
◆ GemFireIllegalStateException()
|
inline |
Constructor with basic message
- Parameters
-
message
The documentation for this class was generated from the following file:
- gemfire.client/Exceptions/GemFireIllegalStateException.cs

Protected Member Functions inherited from 