GemFireException Constructor (String) |
Constructor to create an exception object with the given message.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic GemFireException(
string message
)
Public Sub New (
message As String
)
public:
GemFireException(
String^ message
)
new :
message : string -> GemFireException
Parameters
- message
- Type: SystemString
The exception message.
See Also