Share via


CloudError.OriginalMessage Property

 

Original error body

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public string OriginalMessage { get; set; }
public:
property String^ OriginalMessage {
    String^ get();
    void set(String^ value);
}
member OriginalMessage : string with get, set
Public Property OriginalMessage As String

Property Value

Type: System.String

See Also

CloudError Class
Microsoft.WindowsAzure Namespace

Return to top