1 #ifndef SAFIR_DOB_ACCESSDENIEDEXCEPTION_H_INCLUDED
2 #define SAFIR_DOB_ACCESSDENIEDEXCEPTION_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" )
54 (
const std::wstring & message,
55 const std::wstring & fileName,
59 virtual const std::wstring
GetName()
const;
Thrown when not owner tries to set/delete an entity.
Definition: AccessDeniedException.h:37
This is the base class of all Fundamental Exceptions.
Definition: Exceptions.h:190
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
virtual Safir::Dob::Typesystem::TypeId GetTypeId() const
Get the type id of this exception.
Definition: AccessDeniedException.h:65
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.