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