![]() |
Imaging Control 4 C++ Library 1.4.0
|
Exception thrown if an error occurs and exceptions are enabled for the failing function call. More...
Public Member Functions | |
| ErrorCode | code () const noexcept |
| Returns the error code of the error that caused this exception. | |
| const char * | what () const noexcept final |
| Returns the error message of the error that caused this exception. | |
Exception thrown if an error occurs and exceptions are enabled for the failing function call.
This exception is thrown, if a function call fails, and
err parameter.defaultErrorHandlerBehavior set to ErrorHandlerBehavior::Throw.See Error Handling for a general overview of how error handling works in this library.
|
inlinenoexcept |
Returns the error code of the error that caused this exception.
|
inlinefinalnoexcept |
Returns the error message of the error that caused this exception.