Click or drag to resize
GemFireException Constructor
Overload List
  NameDescription
Public methodGemFireException
Default constructor.
Public methodGemFireException(String)
Constructor to create an exception object with the given message.
Protected methodGemFireException(SerializationInfo, StreamingContext)
Initializes a new instance of the GemFireException class with serialized data. This allows deserialization of this exception in .NET remoting.
Public methodGemFireException(String, Exception)
Constructor to create an exception object with the given message and with the given inner exception.
Top
See Also