Enrollment 28.2.0
Loading...
Searching...
No Matches
LicenseException.h
Go to the documentation of this file.
1
10
11#pragma once
13#include <string>
14
15namespace inno
16{
17
23 */
25 {
26 public:
27 using EnrollmentRuntimeException::EnrollmentRuntimeException;
28 };
29
35 */
37 {
38 public:
39 using LicenseException::LicenseException;
40 };
41
48 */
50 {
51 public:
52 using LicenseException::LicenseException;
53 };
54
60 */
62 {
63 public:
64 using LicenseException::LicenseException;
65 };
66
72 */
74 {
75 public:
76 using LicenseException::LicenseException;
77 };
78
84 */
86 {
87 public:
88 using LicenseException::LicenseException;
89 };
90
96 */
98 {
99 public:
100 using LicenseException::LicenseException;
101 };
102} // namespace inno
Base exception for all enrollment-sdk runtime exceptions.
Definition EnrollmentException.h:84
License is expired.
Definition LicenseException.h:61
HWID in license is wrong or can not be read.
Definition LicenseException.h:85
License is found but is invalid.
Definition LicenseException.h:49
Base exception for all enrollment-sdk license errors.
Definition LicenseException.h:24
The licensed feature is not allowed.
Definition LicenseException.h:73
The limit for operation/count is reached in license.
Definition LicenseException.h:97
License is not found.
Definition LicenseException.h:36