RequestResult.TranslateFromExceptionMessage Method (String) (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
Translates the specified message into a RequestResult object.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
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
Translates the specified message into a RequestResult object.
Syntax
Public Shared Function TranslateFromExceptionMessage ( message As String ) As RequestResult
Parameters
- message
-
Type:
System.StringSystem::String^System.StringSystem.String
The message to translate.