Microsoft Azure Storage Client Library for C++
7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
|
This is the complete list of members for azure::storage::storage_exception, including all inherited members.
inner_exception() const | azure::storage::storage_exception | inline |
result() const | azure::storage::storage_exception | inline |
retryable() const | azure::storage::storage_exception | inline |
storage_exception(const std::string &message, bool retryable=true) | azure::storage::storage_exception | inline |
storage_exception(const std::string &message, std::exception_ptr inner_exception, bool retryable=true) | azure::storage::storage_exception | inline |
storage_exception(const std::string &message, request_result result, bool retryable=true) | azure::storage::storage_exception | inline |
storage_exception(const std::string &message, request_result result, std::exception_ptr inner_exception, bool retryable=true) | azure::storage::storage_exception | inline |