VMware Tanzu GemFire .NET Client API Reference

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

Exception for responses from server More...

Inheritance diagram for GemFireResponseException:
GemFireException

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]

GemFireResponseException.GemFireResponseException ( string  message)
inline

Constructor with basic message

Parameters
message

◆ GemFireResponseException() [2/2]

GemFireResponseException.GemFireResponseException ( string  message,
string  exceptionMessage 
)
inline

Constructor with basic message and exception message

Parameters
message
exceptionMessage

Member Function Documentation

◆ ToString()

override string GemFireResponseException.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

string GemFireResponseException.ExceptionMessage
get

Property containing the exception message


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