Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Translates the specified message into a RequestResult object.

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

Syntax

 
[ObsoleteAttribute("This should be available only in Microsoft.WindowsAzure.Storage.WinMD and not in Microsoft.WindowsAzure.Storage.dll. Please use ReadXML to deserialize RequestResult when Microsoft.WindowsAzure.Storage.dll is used.")]
public static RequestResult TranslateFromExceptionMessage(
	string message
)
 
public:
[ObsoleteAttribute("This should be available only in Microsoft.WindowsAzure.Storage.WinMD and not in Microsoft.WindowsAzure.Storage.dll. Please use ReadXML to deserialize RequestResult when Microsoft.WindowsAzure.Storage.dll is used.")]
static RequestResult^ TranslateFromExceptionMessage(
	String^ message
)
 
[<ObsoleteAttribute("This should be available only in Microsoft.WindowsAzure.Storage.WinMD and not in Microsoft.WindowsAzure.Storage.dll. Please use ReadXML to deserialize RequestResult when Microsoft.WindowsAzure.Storage.dll is used.")>]
static member TranslateFromExceptionMessage : 
        message:string -> RequestResult
 
<ObsoleteAttribute("This should be available only in Microsoft.WindowsAzure.Storage.WinMD and not in Microsoft.WindowsAzure.Storage.dll. Please use ReadXML to deserialize RequestResult when Microsoft.WindowsAzure.Storage.dll is used.")>
Public Shared Function TranslateFromExceptionMessage (
	message As String
) As RequestResult

Parameters

message
Type: System.StringSystem::String^System.StringSystem.String

The message to translate.

Return to top