LicenseSpring C++ SDK 7.31.0
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring::LicenseActivationException Class Reference

Rare exception, can arise if activation is limited to some device count or license transfer is prohibited. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::LicenseActivationException:
LicenseSpring::LicenseSpringException LicenseSpring::AirGapActivationException LicenseSpring::CannotBeActivatedNowException LicenseSpring::LicenseNoAvailableActivationsException

Public Member Functions

 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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ LicenseActivationException()

LicenseSpring::LicenseActivationException::LicenseActivationException ( const std::string &  message)
inline

Definition at line 129 of file Exceptions.h.


The documentation for this class was generated from the following file: