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