VMware Tanzu GemFire .NET Client API Reference

VMware Tanzu GemFire .NET Client: GemFireException Class Reference
VMware Tanzu GemFire .NET Client
GemFireException Class Reference

Base exception for .NET client for GemFire More...

Inheritance diagram for GemFireException:
CacheClosedException GemFireClientRequestTimedOutException GemFireIllegalArgumentException GemFireIllegalStateException GemFireQueryException GemFireResponseException GemFireSubscriptionReauthenticateException GemFireTypeException GemFireUnregisteredTypeException

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]

GemFireException.GemFireException ( string  message)
inlineprotected

Constructor for first order exception.

Parameters
message

◆ GemFireException() [2/2]

GemFireException.GemFireException ( string  message,
Exception  innerException 
)
inlineprotected

Constructor for nested exception.

Parameters
message
innerException

The documentation for this class was generated from the following file:
  • gemfire.client/Exceptions/GemFireException.cs