Thrown when the underlying library fails to allocate memory.
More...
#include <rw/secsock/except.h>
An RWSecureSocketUnderlyingAllocationError is thrown when the underlying library fails to allocate memory.
RWSecureSocketUnderlyingAllocationError::RWSecureSocketUnderlyingAllocationError |
( |
const RWCString & |
funcName, |
|
|
unsigned long |
errNum |
|
) |
| |
RWCString RWSecureSocketUnderlyingAllocationError::errorDescription |
( |
void |
| ) |
const |
|
inline |
Returns a text description of the error.
unsigned long RWSecureSocketUnderlyingAllocationError::errorNumber |
( |
void |
| ) |
const |
|
inline |
Returns the error number associated with the exception.
RWCString RWSecureSocketUnderlyingAllocationError::where |
( |
void |
| ) |
const |
|
inline |
Returns the name of the function that threw the exception.