Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the error details from stream.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public static StorageExtendedErrorInformation ReadFromStream(
	Stream inputStream
)
 
public:
static StorageExtendedErrorInformation^ ReadFromStream(
	Stream^ inputStream
)
 
static member ReadFromStream : 
        inputStream:Stream -> StorageExtendedErrorInformation
 
Public Shared Function ReadFromStream (
	inputStream As Stream
) As StorageExtendedErrorInformation

Parameters

inputStream
Type: System.IO.StreamSystem.IO::Stream^System.IO.StreamSystem.IO.Stream

The input stream.

Return to top