次の方法で共有


CloudException.ErrorCode プロパティ

Gets the error code that is returned from the server.

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

使用方法

'使用
Dim instance As CloudException
Dim value As String

value = instance.ErrorCode

instance.ErrorCode = value

構文

'宣言
Public Property ErrorCode As String
public string ErrorCode { get; set; }
public:
property String^ ErrorCode {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_ErrorCode ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ErrorCode (String value)
CompilerGeneratedAttribute 
public function get ErrorCode () : String

CompilerGeneratedAttribute 
public function set ErrorCode (value : String)

プロパティ値

The error code that is returned from the server.

解説

This value is included by default in the Message property.

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

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

関連項目

リファレンス

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