CloudError.Message 属性

 

已分析的错误消息。

命名空间:   Microsoft.WindowsAzure
程序集:  Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)

语法

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

属性值

Type: System.String

请参阅

CloudError 类
Microsoft.WindowsAzure 命名空间

返回页首