Share via


RequestResult.TranslateFromExceptionMessage(String) Method

Definition

Caution

This should be available only in Microsoft.Azure.Storage.WinMD and not in Microsoft.Azure.Storage.dll. Please use ReadXML to deserialize RequestResult when Microsoft.Azure.Storage.dll is used.

Translates the specified message into a RequestResult object.

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

Parameters

message
String

The message to translate.

Returns

The translated RequestResult.

Attributes

Applies to