![]() |
LicenseSpring C++ SDK
7.31.0
Easily add Software Licensing to your application
|
Rare exception, can arise if activation is limited to some device count or license transfer is prohibited. More...
#include <LicenseSpring/Exceptions.h>
Public Member Functions | |
LicenseActivationException (const std::string &message) | |
![]() | |
LicenseSpringException (const std::string &message, LSErrorCode errorCode=LSErrorCode::eGeneralLSError) | |
LSErrorCode | getCode () const |
Additional Inherited Members | |
![]() | |
LSErrorCode | m_errorCode |
Rare exception, can arise if activation is limited to some device count or license transfer is prohibited.
In most cases you can get LicenseStateException, LicenseNotFoundException, LicenseNoAvailableActivationsException or CannotBeActivatedNowException if something wrong with license.
Definition at line 126 of file Exceptions.h.
|
inline |
Definition at line 129 of file Exceptions.h.