次の方法で共有


RequestResult.TranslateFromExceptionMessage(String) メソッド

定義

注意事項

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.

指定されたメッセージを 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

パラメーター

message
String

変換するメッセージです。

戻り値

移動された RequestResult 構造体。

属性

適用対象