Thrown when an attempt to shutdown the SSL/TLS connection fails.
More...
#include <rw/secsock/except.h>
An RWSecureSocketShutdownError is thrown when an attempt to shutdown the SSL/TLS connection fails.
- See also
- RWSecureSocket::shutdown(), RWSecureSocket::close()
◆ RWSecureSocketShutdownError()
RWSecureSocketShutdownError::RWSecureSocketShutdownError |
( |
const RWCString & | funcName, |
|
|
unsigned long | errNum ) |
◆ errorDescription()
RWCString RWSecureSocketShutdownError::errorDescription |
( |
void | | ) |
const |
|
inline |
Returns a text description of the error.
◆ errorNumber()
unsigned long RWSecureSocketShutdownError::errorNumber |
( |
void | | ) |
const |
|
inline |
Returns the error number associated with the exception.
◆ where()
RWCString RWSecureSocketShutdownError::where |
( |
void | | ) |
const |
|
inline |
Returns the name of the function that threw the exception.