Thrown when there is no valid RWSecureSocketPackageInit instance and an RWSecureSocketContext is constructed.
More...
#include <rw/secsock/except.h>
RWSecureSocketPackageNotInitializedError::RWSecureSocketPackageNotInitializedError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketPackageNotInitializedError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketPackageNotInitializedError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketPackageNotInitializedError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.