Thrown when an SzEnvironment (or a subsystem it owns) is used after Destroy().
More...
#include <SzException.hpp>
Thrown when an SzEnvironment (or a subsystem it owns) is used after Destroy().
This is a programming/misuse error – NOT a Senzing engine error – so it is rooted at std::logic_error, mirroring the C# SDK's choice of InvalidOperationException.
◆ SzEnvironmentDestroyedException() [1/4]
| senzing::sdk::SzEnvironmentDestroyedException::SzEnvironmentDestroyedException |
( |
| ) |
|
|
inline |
◆ SzEnvironmentDestroyedException() [2/4]
| senzing::sdk::SzEnvironmentDestroyedException::SzEnvironmentDestroyedException |
( |
const std::string & |
message | ) |
|
|
inlineexplicit |
◆ SzEnvironmentDestroyedException() [3/4]
| senzing::sdk::SzEnvironmentDestroyedException::SzEnvironmentDestroyedException |
( |
const std::string & |
message, |
|
|
const std::exception & |
cause |
|
) |
| |
|
inline |
◆ SzEnvironmentDestroyedException() [4/4]
| senzing::sdk::SzEnvironmentDestroyedException::SzEnvironmentDestroyedException |
( |
const std::exception & |
cause | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: