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