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++.
azure::storage::storage_exception Member List

This is the complete list of members for azure::storage::storage_exception, including all inherited members.

inner_exception() constazure::storage::storage_exceptioninline
result() constazure::storage::storage_exceptioninline
retryable() constazure::storage::storage_exceptioninline
storage_exception(const std::string &message, bool retryable=true)azure::storage::storage_exceptioninline
storage_exception(const std::string &message, std::exception_ptr inner_exception, bool retryable=true)azure::storage::storage_exceptioninline
storage_exception(const std::string &message, request_result result, bool retryable=true)azure::storage::storage_exceptioninline
storage_exception(const std::string &message, request_result result, std::exception_ptr inner_exception, bool retryable=true)azure::storage::storage_exceptioninline