RequestResult.TranslateFromExceptionMessage(String) Método

Definición

Precaución

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.

Traslada el mensaje especificado a un objeto RequestResult.

[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

Parámetros

message
String

El mensaje que se debe trasladar.

Devoluciones

Estructura RequestResult convertida.

Atributos

Se aplica a