1 #ifndef SAFIR_DOB_OVERFLOWEXCEPTION_H_INCLUDED
2 #define SAFIR_DOB_OVERFLOWEXCEPTION_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;
This is the base class of all (non-Fundamental) Exceptions.
Definition: Exceptions.h:223
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.
virtual Safir::Dob::Typesystem::TypeId GetTypeId() const
Get the type id of this exception.
Definition: OverflowException.h:65
Thrown when data could not be sent due to overflowing queues.
Definition: OverflowException.h:37