storage_exception Class
Represents a Windows Azure Storage exception.
class storage_exception : public std::runtime_error;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the storage_exception class. |
Public Methods
Name | Description |
---|---|
Gets the inner exception object that is the cause for the current storage_exception. |
|
Gets the request result. |
|
Indicates whether the request is retryable. |
Inheritance Hierarchy
_XSTD
runtime_error
storage_exception
Requirements
Header: core.h
Namespace: azure::storage