Thrown when NULL
is passed to a function that needs a valid pointer.
More...
#include <rw/secsock/except.h>
An RWSecureSocketBadMemoryReferenceError is thrown when NULL
is passed to a function that needs a valid pointer.
- See also
- RWSecureSocketPackageInit::seedRNGFromMemory().
RWSecureSocketBadMemoryReferenceError::RWSecureSocketBadMemoryReferenceError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketBadMemoryReferenceError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketBadMemoryReferenceError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketBadMemoryReferenceError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.