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

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

Parameters

message
Type: SystemString
The exception message.
See Also