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