|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Definition of mode for exception handling. More...
#include <tool_err_handling.h>
Static Public Member Functions | |
| static bool | Enable (bool enabled=true) |
| Set mode for exception handling: true - to throw exceptions further; false - to suppress exceptions. Return the previous mode. | |
| static bool | IsEnabled () |
| Get current exception handling mode (true - to throw exception further; false - to not throw). | |
Definition of mode for exception handling.
Defines, whether to throw exception further after its processing. By default, exceptions are suppressed.