1 #ifndef SAFIR_DATABASES_ODBC_RETRYEXCEPTION_H_INCLUDED
2 #define SAFIR_DATABASES_ODBC_RETRYEXCEPTION_H_INCLUDED
5 #ifdef DOTS_GENERATED_CPP_EXPORTS
6 #define GENERATED_API __declspec(dllexport)
8 #define GENERATED_API __declspec(dllimport)
10 #pragma comment( lib, "dots_generated-Safir-cppd.lib" )
12 #pragma comment( lib, "dots_generated-Safir-cpp.lib" )
59 (
const std::wstring & message,
60 const std::wstring & fileName,
64 virtual const std::wstring
GetName()
const;
virtual Safir::Dob::Typesystem::TypeId GetTypeId() const
Get the type id of this exception.
Definition: RetryException.h:70
This is the base class of all (non-Fundamental) Exceptions.
Definition: Exceptions.h:223
The operation failed try again.
Definition: RetryException.h:42
DotsC_Int64 Int64
64 bit integer type.
Definition: Dob/Typesystem/Defs.h:72
DotsC_TypeId TypeId
A unique type identifier.
Definition: Dob/Typesystem/Defs.h:221
DOTS_API std::wstring GetName(const Dob::Typesystem::TypeId typeId, const Dob::Typesystem::MemberIndex member)
Get the name of the specified member as it was defined in the xml description.