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 |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketShutdownError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketShutdownError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketShutdownError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.