Public Member Functions | |
| MessageException (String^ message, System::Exception^ innerException) | |
| MessageException (String^ message) | |
| MessageException () | |
Static Public Member Functions | |
| static String^ | GemFireException::GenerateMiniDump (Int32 exceptionCode, IntPtr exceptionPointers) |
| static String^ | GenerateMiniDump () |
Protected Member Functions | |
| MessageException (SerializationInfo^ info, StreamingContext context) | |
| GemStone::GemFire::Cache::MessageException::MessageException | ( | ) | [inline] |
Default constructor
| GemStone::GemFire::Cache::MessageException::MessageException | ( | String^ | message | ) | [inline] |
Constructor to create an exception object with the given message.
| message | The exception message. |
| GemStone::GemFire::Cache::MessageException::MessageException | ( | 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::MessageException::MessageException | ( | 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::GemFireException::GenerateMiniDump | ( | Int32 | 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.
| 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.