#include <inetstl/error/exceptions.hpp>
Types | |
| typedef stlsoft::exception_string | string_type |
| typedef os_exception | parent_class_type |
| typedef int | error_code_type |
| typedef internet_exception | class_type |
Construction | |
| internet_exception (error_code_type err) | |
| internet_exception (class_type const &rhs) | |
| internet_exception (char const *reason, error_code_type err) | |
| virtual | ~internet_exception () throw () |
| Destructor. | |
| internet_exception (string_type const &reason, error_code_type err) | |
Public Member Functions | |
Accessors | |
| virtual char const * | what () const throw () |
| error_code_type | get_error_code () const throw () |
| The error code associated with the exception. | |
| error_code_type | last_error () const throw () |
| [DEPRECATED] The error code associated with the exception | |
| error_code_type | error () const throw () |
| [DEPRECATED] The error code associated with the exception | |
| virtual ~internet_exception | ( | ) | throw () [inline, virtual] |
Destructor.
| error_code_type get_error_code | ( | ) | const throw () [inline] |
The error code associated with the exception.
| error_code_type last_error | ( | ) | const throw () [inline] |
| error_code_type error | ( | ) | const throw () [inline] |
1.5.6