VMware Tanzu GemFire .NET Client API Reference
GemFireException Class Reference
Base exception for .NET client for GemFire More...
Inheritance diagram for GemFireException:
Protected Member Functions | |
| GemFireException (string message) | |
| Constructor for first order exception. More... | |
| GemFireException (string message, Exception innerException) | |
| Constructor for nested exception. More... | |
Detailed Description
Base exception for .NET client for GemFire
Constructor & Destructor Documentation
◆ GemFireException() [1/2]
|
inlineprotected |
Constructor for first order exception.
- Parameters
-
message
◆ GemFireException() [2/2]
|
inlineprotected |
Constructor for nested exception.
- Parameters
-
message innerException
The documentation for this class was generated from the following file:
- gemfire.client/Exceptions/GemFireException.cs

