C#
C++
F#
VB
Translates the specified message into a RequestResult object.
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 )
C++
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.