次の方法で共有


CloudException.Response プロパティ

Gets information about the associated HTTP response.

名前空間: Microsoft.WindowsAzure
アセンブリ: Microsoft.WindowsAzure.Common (Microsoft.WindowsAzure.Common.dll)

使用方法

'使用
Dim instance As CloudException
Dim value As CloudHttpResponseErrorInfo

value = instance.Response

instance.Response = value

構文

'宣言
Public Property Response As CloudHttpResponseErrorInfo
public CloudHttpResponseErrorInfo Response { get; protected set; }
public:
property CloudHttpResponseErrorInfo^ Response {
    CloudHttpResponseErrorInfo^ get ();
    protected: void set (CloudHttpResponseErrorInfo^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public CloudHttpResponseErrorInfo get_Response ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
protected void set_Response (CloudHttpResponseErrorInfo value)
CompilerGeneratedAttribute 
public function get Response () : CloudHttpResponseErrorInfo

CompilerGeneratedAttribute 
protected function set Response (value : CloudHttpResponseErrorInfo)

プロパティ値

The information about the associated HTTP response.

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

CloudException クラス
CloudException のメンバー
Microsoft.WindowsAzure 名前空間