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.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
CloudException 类
CloudException 成员
Microsoft.WindowsAzure 命名空间