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

Can be thrown in case getting trial licenses is restricted by product license policy. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::TrialNotAllowedException:
LicenseSpring::LicenseSpringException

Public Member Functions

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

Can be thrown in case getting trial licenses is restricted by product license policy.

Definition at line 60 of file Exceptions.h.

Constructor & Destructor Documentation

◆ TrialNotAllowedException()

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

Definition at line 63 of file Exceptions.h.


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