Overload List
| Name | Description | |
|---|---|---|
| GemFireExceptionGemFireExceptionNew()() |
Default constructor.
| |
| GemFireExceptionGemFireExceptionNew(String) |
Constructor to create an exception object with the given message.
| |
| GemFireExceptionGemFireExceptionNew(SerializationInfo, StreamingContext) |
Initializes a new instance of the GemFireException class with
serialized data.
This allows deserialization of this exception in .NET remoting.
| |
| GemFireExceptionGemFireExceptionNew(String, Exception) |
Constructor to create an exception object with the given message
and with the given inner exception.
|