HttpResponseException Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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. |