Execution Management exception. More...
#include <exec_exception.h>
Public Member Functions | |
ExecException (core::ErrorCode errorCode) noexcept | |
Constructor. More... | |
const core::ErrorDomain & | GetExecErrorDomain () noexcept |
Get the exception error domain. More... | |
core::ErrorCode | MakeErrorCode (ExecErrc code) noexcept |
Make a error code in the same error domain. More... | |
const core::ErrorCode & | GetErrorCode () const noexcept |
Get the error code. More... | |
Execution Management exception.
|
explicitnoexcept |
Constructor.
errorCode | Exception error code in the current error domain |
|
noexcept |
Get the error code.
|
noexcept |
Get the exception error domain.
|
noexcept |
Make a error code in the same error domain.
code | EM error code number |