HttpResponseException 類別

定義

允許將指定的 HttpResponseMessage 傳回給用戶端的例外狀況。

public class HttpResponseException : Exception
type HttpResponseException = class
    inherit Exception
Public Class HttpResponseException
Inherits Exception
繼承
HttpResponseException

建構函式

HttpResponseException(HttpResponseMessage)

初始化 HttpResponseException 類別的新執行個體。

HttpResponseException(HttpStatusCode)

初始化 HttpResponseException 類別的新執行個體。

屬性

Response

HttpResponseMessage取得要傳回用戶端的 。

適用於