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

This exceptions means that license product code doesn't correspond to configuration product code. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::ProductMismatchException:
LicenseSpring::LicenseSpringException

Public Member Functions

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

This exceptions means that license product code doesn't correspond to configuration product code.

Definition at line 188 of file Exceptions.h.

Constructor & Destructor Documentation

◆ ProductMismatchException()

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

Definition at line 191 of file Exceptions.h.


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