29 #ifndef CLPROTOCOL_CLEXCEPTION_H 30 #define CLPROTOCOL_CLEXCEPTION_H 32 #include <Base/GCBase.h> 33 #include <CLProtocol/CLProtocol.h> 43 CLErrException(
const char* description,
const char *pSourceFileName,
int SourceLine,
const char* pExceptionType)
44 : GENICAM_NAMESPACE::GenericException(description, pSourceFileName, SourceLine, pExceptionType)
45 , m_CLCode(CL_ERR_NO_ERR)
50 CLINT32 GetCLErrorCode()
const 65 #if !defined(CL_ERR_EXCEPTION) 66 # define CLERR_EXCEPTION GENICAM_NAMESPACE::ExceptionReporter<CLProtocol::CLErrException>(__FILE__, __LINE__, "CLErrException" ).Report 70 #endif // CLPROTOCOL_CLEXCEPTION_H Definition: CLAllAdapter.h:64
CL Serial Exception type to hold the CL_ERR-code.
Definition: CLException.h:39