OnnxRuntime
|
All C++ methods that can fail will throw an exception of this type. More...
#include <onnxruntime_cxx_api.h>
Inherits std::exception.
Public Member Functions | |
Exception (std::string &&string, OrtErrorCode code) | |
OrtErrorCode | GetOrtErrorCode () const |
const char * | what () const noexcept override |
All C++ methods that can fail will throw an exception of this type.
If ORT_NO_EXCEPTIONS
is defined, then any error will result in a call to abort()
|
inline |
|
inline |
|
inlineoverridenoexcept |