C#
C++
F#
VB
StorageException.RequestInformation Property
StorageException::RequestInformation Property
StorageException.RequestInformation Property
StorageException.RequestInformation Property
Gets the RequestResult object for this StorageException object.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property RequestResult^ RequestInformation { RequestResult^ get(); private: void set(RequestResult^ value); }