共用方式為


ErrorResponseException 類別

定義

使用 ErrorResponse 資訊擲回無效回應的例外狀況。

public class ErrorResponseException : Microsoft.Rest.RestException
type ErrorResponseException = class
    inherit RestException
Public Class ErrorResponseException
Inherits RestException
繼承
ErrorResponseException

建構函式

ErrorResponseException()

初始化 ErrorResponseException 類別的新實例。

ErrorResponseException(String)

初始化 ErrorResponseException 類別的新實例。

ErrorResponseException(String, Exception)

初始化 ErrorResponseException 類別的新實例。

屬性

Body

取得或設定主體物件。

Request

取得相關聯 HTTP 要求的相關資訊。

Response

取得相關聯 HTTP 回應的相關資訊。

適用於