CloudException.RoutingRequestId 属性
获取路由的请求标识符。
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Common(Microsoft.WindowsAzure.Common.dll 中)
语法
public string RoutingRequestId { get; set; }
public:
property String^ RoutingRequestId {
String^ get();
void set(String^ value);
}
member RoutingRequestId : string with get, set
Public Property RoutingRequestId As String
属性值
Type: System.String
请参阅
CloudException 类
Microsoft.WindowsAzure 命名空间
返回页首