ErrorResponseException.Response 属性

定义

获取或设置有关关联的 HTTP 响应的信息。

public Microsoft.Rest.HttpResponseMessageWrapper Response { get; set; }
member this.Response : Microsoft.Rest.HttpResponseMessageWrapper with get, set
Public Property Response As HttpResponseMessageWrapper

属性值

Microsoft.Rest.HttpResponseMessageWrapper

有关关联的 HTTP 响应的信息。

适用于