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

Throws in case license is in invalid state (disabled, epired or inactive). More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::LicenseStateException:
LicenseSpring::LicenseSpringException LicenseSpring::FloatingTimeoutExpiredException

Public Member Functions

 LicenseStateException (const std::string &message, LSErrorCode errorCode)
 
- 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 license is in invalid state (disabled, epired or inactive).

Definition at line 69 of file Exceptions.h.

Constructor & Destructor Documentation

◆ LicenseStateException()

LicenseSpring::LicenseStateException::LicenseStateException ( const std::string &  message,
LSErrorCode  errorCode 
)
inline

Definition at line 72 of file Exceptions.h.


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