1 #ifndef SAFIR_DATABASES_ODBC_INTEGRITYCONSTRAINTEXCEPTION_H_INCLUDED 
    2 #define SAFIR_DATABASES_ODBC_INTEGRITYCONSTRAINTEXCEPTION_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;
 
This is the base class of all (non-Fundamental) Exceptions. 
Definition: Exceptions.h:223
virtual Safir::Dob::Typesystem::TypeId GetTypeId() const 
Get the type id of this exception. 
Definition: IntegrityConstraintException.h:70
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. 
The odbc operation caused a violation of a constraint in the database. 
Definition: IntegrityConstraintException.h:42