次の方法で共有


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 名前空間

トップに戻る