Thrown when RWSecureSocketPackageInit fails to cleanup the underlying cryptographic library.
More...
#include <rw/secsock/except.h>
An RWSecureSocketPackageCleanupError is thrown when RWSecureSocketPackageInit fails to cleanup the underlying cryptographic library.
RWSecureSocketPackageCleanupError::RWSecureSocketPackageCleanupError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketPackageCleanupError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketPackageCleanupError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketPackageCleanupError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.