The generic connection exception.
Initializes the Error_Connection object, sets the error code to a default of -1
Error_Connection( |
| ): Error("Connection error."), m_code(code) |
Initializes the Error_Connection object
code int | the exception error code |
Error_Connection( |
| ): Error(description), m_code(-1) |
Initializes the Error_Connection object
description const std::string& | the description to set |
Error_Connection( |
| ): Error(description), m_code(code) |
Initializes the Error_Connection object
description const std::string& | the description to set |
code int | the exception error code |
gets the exception error code (system error codes, or -1 by default)