![]() |
LicenseSpring C++ SDK
7.27.0
Easily add Software Licensing to your application
|
Throws when license has already been activated maximum number of times. More...
#include <LicenseSpring/Exceptions.h>
Public Member Functions | |
| LicenseNoAvailableActivationsException (const std::string &message) | |
Public Member Functions inherited from LicenseSpring::LicenseActivationException | |
| LicenseActivationException (const std::string &message) | |
Public Member Functions inherited from LicenseSpring::LicenseSpringException | |
| LicenseSpringException (const std::string &message, LSErrorCode errorCode=LSErrorCode::eGeneralLSError) | |
| LSErrorCode | getCode () const |
Additional Inherited Members | |
Protected Attributes inherited from LicenseSpring::LicenseSpringException | |
| LSErrorCode | m_errorCode |
Throws when license has already been activated maximum number of times.
Definition at line 135 of file Exceptions.h.
|
inline |
Definition at line 138 of file Exceptions.h.