HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::NotImplementedException Class Reference

#include <exceptions.h>

+ Inheritance diagram for onnxruntime::NotImplementedException:

Public Member Functions

 NotImplementedException (const char *_Message="Function not yet implemented") noexcept
 
 NotImplementedException (const std::string &_Message="Function not yet implemented") noexcept
 

Detailed Description

Definition at line 18 of file exceptions.h.

Constructor & Destructor Documentation

onnxruntime::NotImplementedException::NotImplementedException ( const char *  _Message = "Function not yet implemented")
inlineexplicitnoexcept

Definition at line 20 of file exceptions.h.

onnxruntime::NotImplementedException::NotImplementedException ( const std::string _Message = "Function not yet implemented")
inlineexplicitnoexcept

Definition at line 21 of file exceptions.h.


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