VMware Tanzu GemFire .NET Client API Reference
GemFireResponseException Class Reference
Exception for responses from server More...
Inheritance diagram for GemFireResponseException:
Public Member Functions | |
| GemFireResponseException (string message) | |
| Constructor with basic message More... | |
| GemFireResponseException (string message, string exceptionMessage) | |
| Constructor with basic message and exception message More... | |
| override string | ToString () |
| Customized stringification method More... | |
Public Attributes | |
| override string | StackTrace => ExceptionMessage + base.StackTrace |
| Getter for specialized stack trace More... | |
Properties | |
| string | ExceptionMessage [get] |
| Property containing the exception 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 for responses from server
Constructor & Destructor Documentation
◆ GemFireResponseException() [1/2]
|
inline |
Constructor with basic message
- Parameters
-
message
◆ GemFireResponseException() [2/2]
|
inline |
Constructor with basic message and exception message
- Parameters
-
message exceptionMessage
Member Function Documentation
◆ ToString()
|
inline |
Customized stringification method
- Returns
Member Data Documentation
◆ StackTrace
| override string GemFireResponseException.StackTrace => ExceptionMessage + base.StackTrace |
Getter for specialized stack trace
Property Documentation
◆ ExceptionMessage
|
get |
Property containing the exception message
The documentation for this class was generated from the following file:
- gemfire.client/Exceptions/GemFireResponseException.cs

Protected Member Functions inherited from 