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