Share via


StorageException.RequestInformation Property

Definition

Gets the RequestResult object for this StorageException object.

public Microsoft.Azure.Storage.RequestResult RequestInformation { get; }
member this.RequestInformation : Microsoft.Azure.Storage.RequestResult
Public ReadOnly Property RequestInformation As RequestResult

Property Value

The RequestResult object for this StorageException object.

Applies to