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