Click or drag to resize
GemFireException Constructor (String, Exception)
Constructor to create an exception object with the given message and with the given inner exception.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public GemFireException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message.
innerException
Type: SystemException
The inner exception object.
See Also