◆ StatusCodeException() [1/2]
FiftyoneDegrees::Common::StatusCodeException::StatusCodeException | ( | fiftyoneDegreesStatusCode | code | ) |
New exception from the status code provided.
- Parameters
-
- code - indicating the error
\r\n
Exception containing the status code which caused the exception.
StatusCodeException (fiftyoneDegreesStatusCode code)
New exception from the status code provided. More...
| |
StatusCodeException (fiftyoneDegreesStatusCode code, const char *fileName)
New exception from the status code provided and the file name relating to the operation which failed. More...
| |
~StatusCodeException ()
Dispose of the exception instance.
| |
const char * | what () const noexcept
Get the message associated with the exception. More...
|
fiftyoneDegreesStatusCode | getCode () const noexcept
Get the status code.
|
StatusCodeException ()
Default constructor.
|
fiftyoneDegreesStatusCode | statusCode
Status code.
|
string | message
Error message from the status code. More...
|
FiftyoneDegrees::Common::StatusCodeException::StatusCodeException | ( | fiftyoneDegreesStatusCode | code | ) |
New exception from the status code provided.
FiftyoneDegrees::Common::StatusCodeException::StatusCodeException | ( | fiftyoneDegreesStatusCode | code, |
const char * | fileName | ||
) |
New exception from the status code provided and the file name relating to the operation which failed.
const char* FiftyoneDegrees::Common::StatusCodeException::what | ( | ) | const |
Get the message associated with the exception.
string FiftyoneDegrees::Common::StatusCodeException::message |
Error message from the status code.