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

Indicates internal server error, please contact support if you face this exception. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::LicenseServerException:
LicenseSpring::LicenseSpringException

Public Member Functions

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

Indicates internal server error, please contact support if you face this exception.

Definition at line 162 of file Exceptions.h.

Constructor & Destructor Documentation

◆ LicenseServerException()

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

Definition at line 165 of file Exceptions.h.


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