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

In case LicenseSpring backend returns unexpected error or something went wrong. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::UnknownLicenseSpringException:
LicenseSpring::LicenseSpringException

Public Member Functions

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

In case LicenseSpring backend returns unexpected error or something went wrong.

Rare exception, please contact LicenseSpring support if you faced it. Normally should never happen.

Definition at line 270 of file Exceptions.h.

Constructor & Destructor Documentation

◆ UnknownLicenseSpringException()

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

Definition at line 273 of file Exceptions.h.


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