VMware VMware GemFire Native .NET Reference 10.4.3
Loading...
Searching...
No Matches
Apache::Geode::Client::DuplicateDurableClientException Class Reference

Thrown when a duplicate durable client id is provided to the server. More...

#include <ExceptionTypes.hpp>

Inherits Apache::Geode::Client::GeodeException.

Public Member Functions

 DuplicateDurableClientException ()
 Default constructor.
 
 DuplicateDurableClientException (String^ message)
 
  • Constructor to create an exception object with the given message.

 
 DuplicateDurableClientException (String^ message, System::Exception^ innerException)
 
  • Constructor to create an exception object with the given message * and with the given inner exception.

 

Protected Member Functions

 DuplicateDurableClientException (SerializationInfo^ info, StreamingContext context)
 
  • Initializes a new instance of the class with serialized data.

 

Detailed Description

Thrown when a duplicate durable client id is provided to the server.

Constructor & Destructor Documentation

◆ DuplicateDurableClientException() [1/4]

Apache::Geode::Client::DuplicateDurableClientException::DuplicateDurableClientException ( )
inline

Default constructor.

◆ DuplicateDurableClientException() [2/4]

Apache::Geode::Client::DuplicateDurableClientException::DuplicateDurableClientException ( String^  message)
inline

  • Constructor to create an exception object with the given message.

  • *
    Parameters
    messageThe exception message.

◆ DuplicateDurableClientException() [3/4]

Apache::Geode::Client::DuplicateDurableClientException::DuplicateDurableClientException ( String^  message,
System::Exception^  innerException 
)
inline

  • Constructor to create an exception object with the given message * and with the given inner exception.

  • *
    Parameters
    messageThe exception message.
    *
    Parameters
    innerExceptionThe inner exception object.

◆ DuplicateDurableClientException() [4/4]

Apache::Geode::Client::DuplicateDurableClientException::DuplicateDurableClientException ( SerializationInfo^  info,
StreamingContext  context 
)
inlineprotected

  • Initializes a new instance of the class with serialized data.

  • This allows deserialization of this exception in .NET remoting. * *
    Parameters
    info* holds the serialized object data about the exception being thrown *
    *
    Parameters
    context* contains contextual information about the source or destination *


Apache Geode C++ Cache .NET API Documentation