Thrown when an invalid socket is used.
More...
#include <rw/secsock/except.h>
◆ RWSecureSocketInvalidSocketError()
RWSecureSocketInvalidSocketError::RWSecureSocketInvalidSocketError |
( |
const RWCString & | funcName, |
|
|
unsigned long | errNum ) |
◆ errorDescription()
RWCString RWSecureSocketInvalidSocketError::errorDescription |
( |
void | | ) |
const |
|
inline |
Returns a text description of the error.
◆ errorNumber()
unsigned long RWSecureSocketInvalidSocketError::errorNumber |
( |
void | | ) |
const |
|
inline |
Returns the error number associated with the exception.
◆ where()
RWCString RWSecureSocketInvalidSocketError::where |
( |
void | | ) |
const |
|
inline |
Returns the name of the function that threw the exception.