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