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) |
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.
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.
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.
info | holds the serialized object data about the exception being thrown | |
context | contains contextual information about the source or destination |
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>