LicenseSpring C++ SDK  7.31.0
Easily add Software Licensing to your application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
LicenseSpring::NetworkTimeoutException Class Reference

This exception means that network operation timed out. More...

#include <LicenseSpring/Exceptions.h>

Inheritance diagram for LicenseSpring::NetworkTimeoutException:
LicenseSpring::LicenseSpringException

Public Member Functions

 NetworkTimeoutException (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 exception means that network operation timed out.

See Configuration::setNetworkTimeout() or ExtendedOptions::setNetworkTimeout() for more details.

Definition at line 42 of file Exceptions.h.

Constructor & Destructor Documentation

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

Definition at line 45 of file Exceptions.h.


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