Thrown when the provided RWX509Certificate cannot be set.
More...
#include <rw/secsock/except.h>
◆ RWSecureSocketUseCertificateError()
RWSecureSocketUseCertificateError::RWSecureSocketUseCertificateError |
( |
const RWCString & | funcName, |
|
|
unsigned long | errNum ) |
◆ errorDescription()
RWCString RWSecureSocketUseCertificateError::errorDescription |
( |
void | | ) |
const |
|
inline |
Returns a text description of the error.
◆ errorNumber()
unsigned long RWSecureSocketUseCertificateError::errorNumber |
( |
void | | ) |
const |
|
inline |
Returns the error number associated with the exception.
◆ where()
RWCString RWSecureSocketUseCertificateError::where |
( |
void | | ) |
const |
|
inline |
Returns the name of the function that threw the exception.