Enrollment 28.2.0
Loading...
Searching...
No Matches
NotSupportedException.h
Go to the documentation of this file.
1
10
11#pragma once
13#include <string>
14
15namespace inno
16{
22 */
24 {
25 public:
26 using EnrollmentRuntimeException::EnrollmentRuntimeException;
27 };
28
29} // namespace inno
Base exception for all enrollment-sdk runtime exceptions.
Definition EnrollmentException.h:84
When user uses not supported functionality.
Definition NotSupportedException.h:23