![]() |
The system_error class is used to represent system conditions that prevent the library from operating correctly.
class system_error : public std::exception
|
Name |
Description |
|---|---|
|
Get the error code associated with the exception. |
|
|
Assignment operator. |
|
|
Construct with an error code. |
|
|
Get a string representation of the exception. |
|
|
Destructor. |