UserFunctionExecutionExceptionMessage Property |
return as String the Exception message returned from gemfire sendException api.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic string Message { get; }
Public ReadOnly Property Message As String
Get
public:
property String^ Message {
String^ get ();
}
member Message : string with get
Return Value
Type:
Stringthe String Exception Message
See Also