Thrown when the application attempts to construct an RWSecureSocketContext without first initializing the random number generator or disabling seed checking.
More...
#include <rw/secsock/except.h>
An RWSecureSocketRNGNotSeededError is thrown when the application attempts to construct an RWSecureSocketContext without first initializing the random number generator or disabling seed checking.
- See also
- RWSecureSocketPackageInit
RWSecureSocketRNGNotSeededError::RWSecureSocketRNGNotSeededError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketRNGNotSeededError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketRNGNotSeededError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketRNGNotSeededError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.