Share via


storage_exception::inner_exception Method

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

std::exception_ptr inner_exception() const;

Return Value

An exception_ptr object. It points to the inner exception that is the cause for the current storage_exception. A null exception_ptr is returned if there is no inner exception object.

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

storage_exception Class