LicenseSpring C++ SDK 7.31.0
Easily add Software Licensing to your application
LicenseSpring::DeviceNotLicensedException Class Reference

Throws in case computer hardware configuration has been changed or license does not belong to this computer. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::DeviceNotLicensedException:
LicenseSpring::LicenseSpringException

Public Member Functions

 DeviceNotLicensedException (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

Throws in case computer hardware configuration has been changed or license does not belong to this computer.

Definition at line 87 of file Exceptions.h.

Constructor & Destructor Documentation

◆ DeviceNotLicensedException()

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

Definition at line 90 of file Exceptions.h.


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