GemStone::GemFire::Cache::CqClosedException Class Reference

Inherits GemStone::GemFire::Cache::GemFireException.


Detailed Description

Thrown if the Cq on which the operaion performed is closed

Public Member Functions

 CqClosedException (String^ message, System::Exception^ innerException)
 CqClosedException (String^ message)
 CqClosedException ()

Static Public Member Functions

static String^ GenerateMiniDump (int32_t exceptionCode, IntPtr exceptionPointers)
static String^ GenerateMiniDump ()

Protected Member Functions

 CqClosedException (SerializationInfo^ info, StreamingContext context)

Constructor & Destructor Documentation

GemStone::GemFire::Cache::CqClosedException::CqClosedException (  )  [inline]

Default constructor

GemStone::GemFire::Cache::CqClosedException::CqClosedException ( String^   message  )  [inline]

Constructor to create an exception object with the given message.

Parameters:
message The exception message.

GemStone::GemFire::Cache::CqClosedException::CqClosedException ( String^   message,
System::Exception^   innerException 
) [inline]

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

Parameters:
message The exception message.
innerException The inner exception object.

GemStone::GemFire::Cache::CqClosedException::CqClosedException ( SerializationInfo^   info,
StreamingContext  context 
) [inline, protected]

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
context contains contextual information about the source or destination


Member Function Documentation

static String ^ GemStone::GemFire::Cache::GemFireException::GenerateMiniDump ( int32_t  exceptionCode,
IntPtr  exceptionPointers 
) [static, inherited]

Generate a minidump of the current process in the directory specified for log files using "log-file" property. This is equivalent to the ".dump /ma" command of windbg.

<deprecated> As of NativeClient 8.2.1 </deprecated>

static String ^ GemStone::GemFire::Cache::GemFireException::GenerateMiniDump (  )  [static, inherited]

Generate a minidump of the current process in the directory specified for log files using "log-file" property. This is equivalent to the ".dump /ma" command of windbg.

<deprecated> As of NativeClient 8.2.1 </deprecated>


GemFire C++ Cache .NET API Documentation