Apache Geode Native .NET Reference 1.15.0
Apache::Geode::Client::UserFunctionExecutionException Class Reference

UserFunctionExecutionException class is used to encapsulate geode sendException in case of Function execution. More...

#include <UserFunctionExecutionException.hpp>

Inherits Apache::Geode::Client::ISerializable.

Public Member Functions

String ^ ToString ()
 Return a string representation of the object. More...
 

Properties

String^ Message [get]
 return as String the Exception message returned from geode sendException api. More...
 
String^ Name [get]
 return as String the Exception name returned from geode sendException api. More...
 

Detailed Description

UserFunctionExecutionException class is used to encapsulate geode sendException in case of Function execution.

Member Function Documentation

◆ ToString()

String ^ Apache::Geode::Client::ISerializable::ToString ( )
inherited

Return a string representation of the object.

Implemented in Apache::Geode::Client::CacheableBuiltinKey< TNative, TManaged, TYPEID >, Apache::Geode::Client::CacheableBuiltinKey< native::CacheableBoolean, bool, static_cast< int8_t >(DSCode::CacheableBoolean)>, Apache::Geode::Client::CacheableBuiltinKey< native::CacheableByte, Byte, static_cast< int8_t >(DSCode::CacheableByte)>, Apache::Geode::Client::CacheableBuiltinKey< native::CacheableCharacter, Char, static_cast< int8_t >(DSCode::CacheableCharacter)>, Apache::Geode::Client::CacheableBuiltinKey< native::CacheableDouble, Double, static_cast< int8_t >(DSCode::CacheableDouble)>, Apache::Geode::Client::CacheableBuiltinKey< native::CacheableFloat, Single, static_cast< int8_t >(DSCode::CacheableFloat)>, Apache::Geode::Client::CacheableBuiltinKey< native::CacheableInt16, System::Int16, static_cast< int8_t >(DSCode::CacheableInt16)>, Apache::Geode::Client::CacheableBuiltinKey< native::CacheableInt32, System::Int32, static_cast< int8_t >(DSCode::CacheableInt32)>, Apache::Geode::Client::CacheableBuiltinKey< native::CacheableInt64, System::Int64, static_cast< int8_t >(DSCode::CacheableInt64)>, Apache::Geode::Client::CacheableBuiltinArray< TNative, TNativePtr, TManaged, TYPEID >, Apache::Geode::Client::CacheableBuiltinArray< NativeArray, NativeArray, ManagedType, DsCode >, Apache::Geode::Client::CacheableDate, Apache::Geode::Client::CacheableFileName, Apache::Geode::Client::CacheableObject, Apache::Geode::Client::CacheableObjectXml, Apache::Geode::Client::CacheableString, Apache::Geode::Client::CacheableStringArray, Apache::Geode::Client::Properties< TPropKey, TPropValue >, Apache::Geode::Client::Properties< String^, String^>, and Apache::Geode::Client::Serializable.

Property Documentation

◆ Message

String^ Apache::Geode::Client::UserFunctionExecutionException::Message
get

return as String the Exception message returned from geode sendException api.


Returns
the String Exception Message

◆ Name

String^ Apache::Geode::Client::UserFunctionExecutionException::Name
get

return as String the Exception name returned from geode sendException api.


Returns
the String Exception Name

Apache Geode C++ Cache .NET API Documentation