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