StorageExtendedErrorInformation.ReadFromStream Method (Stream) (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
Gets the error details from an XML-formatted error stream.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
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.
See Also
ReadFromStream Overload
StorageExtendedErrorInformation Class
Microsoft.WindowsAzure.Storage Namespace
Return to top
Gets the error details from an XML-formatted error stream.
Syntax
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.
See Also
ReadFromStream Overload
StorageExtendedErrorInformation Class
Microsoft.WindowsAzure.Storage Namespace