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