HttpResponseException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception class for webcmdlets to enable returning HTTP error response.
public sealed class HttpResponseException : System.Net.Http.HttpRequestException
type HttpResponseException = class
inherit HttpRequestException
Public NotInheritable Class HttpResponseException
Inherits HttpRequestException
- Inheritance
-
HttpResponseException
Constructors
HttpResponseException(String, HttpResponseMessage) |
Initializes a new instance of the HttpResponseException class. |
Properties
Response |
HTTP error response. |