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

This exception can arise if provided borrowing period bigger than max possible. Or if license borrowing is not allowed. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::BorrowLicenseException:
LicenseSpring::LicenseSpringException

Public Member Functions

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

This exception can arise if provided borrowing period bigger than max possible. Or if license borrowing is not allowed.

Definition at line 350 of file Exceptions.h.

Constructor & Destructor Documentation

◆ BorrowLicenseException()

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

Definition at line 353 of file Exceptions.h.


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