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