Share via


storage_exception Class

Represents a Windows Azure Storage exception.

class storage_exception : public std::runtime_error;

Members

Public Constructors

Name Description

storage_exception::storage_exception Constructor

Overloaded. Initializes a new instance of the storage_exception class.

Public Methods

Name Description

storage_exception::inner_exception Method

Gets the inner exception object that is the cause for the current storage_exception.

storage_exception::result Method

Gets the request result.

storage_exception::retryable Method

Indicates whether the request is retryable.

Inheritance Hierarchy

_XSTD

runtime_error

storage_exception

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace