HttpResponseException Sınıf

Tanım

Belirli HttpResponseMessage bir istemciye döndürülmesini sağlayan bir özel durum.

public class HttpResponseException : Exception
type HttpResponseException = class
    inherit Exception
Public Class HttpResponseException
Inherits Exception
Devralma
HttpResponseException

Oluşturucular

HttpResponseException(HttpResponseMessage)

HttpResponseException sınıfının yeni bir örneğini başlatır.

HttpResponseException(HttpStatusCode)

HttpResponseException sınıfının yeni bir örneğini başlatır.

Özellikler

Response

HttpResponseMessage İstemciye dönmek için öğesini alır.

Şunlara uygulanır