Click or drag to resize
UserFunctionExecutionException Class

Note: This API is now obsolete.

UserFunctionExecutionException class is used to encapsulate gemfire sendException in case of Function execution.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::UserFunctionExecutionException>]
    GemStone.GemFire.CacheUserFunctionExecutionException

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class UserFunctionExecutionException : [T:GemStone.GemFire.Cache.Internal.SBWrap<gemfire::UserFunctionExecutionException>], 
	IGFSerializable

The UserFunctionExecutionException type exposes the following members.

Properties
  NameDescription
Public propertyClassId
Returns the classId of this class for serialization. Users should not implement/call this api as it is only intended for internal use.
Public propertyMessage
return as String the Exception message returned from gemfire sendException api.
Public propertyName
return as String the Exception name returned from gemfire sendException api.
Public propertyObjectSize
return the size of this object in bytes Users should not implement/call this api as it is only intended for internal use.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFromData
Deserializes this object. Users should not implement/call this api as it is only intended for internal use.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToData
Serializes this object. Users should not implement/call this api as it is only intended for internal use.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also