CloudException.ErrorMessage 属性
获取已从服务器返回的错误消息。
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)
语法
public string ErrorMessage { get; set; }
public:
property String^ ErrorMessage {
String^ get();
void set(String^ value);
}
member ErrorMessage : string with get, set
Public Property ErrorMessage As String
属性值
Type: System.String
从服务器返回了错误消息。
备注
默认情况下消息属性中包括此值。
请参阅
CloudException 类
Microsoft.WindowsAzure 命名空间
返回页首