Go to the documentation of this file.
34 #define DECLARE_EXCEPTION_EX( excName, namespace, superclass ) \
35 class excName : public namespace::superclass \
38 virtual ~excName() throw() {};\
41 #define DECLARE_EXCEPTION( excName ) DECLARE_EXCEPTION_EX( excName, smbios, IException )