VMware Tanzu GemFire .NET Client API Reference
GemFireSubscriptionReauthenticateException Class Reference
Exception to indicate the server has requested re-authentication on subscription channel More...
Inheritance diagram for GemFireSubscriptionReauthenticateException:
Public Member Functions | |
| GemFireSubscriptionReauthenticateException (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 to indicate the server has requested re-authentication on subscription channel
Constructor & Destructor Documentation
◆ GemFireSubscriptionReauthenticateException()
|
inline |
Constructor with basic message
- Parameters
-
message
The documentation for this class was generated from the following file:
- gemfire.client/Exceptions/GemFireSubscriptionReauthenticateException.cs

Protected Member Functions inherited from 