HttpException

Overview

Location

Properties


Response

 

property Response: HttpClientResponse read;

 

HttpClientResponse Response { get; }

 

ReadOnly Property Response() As HttpClientResponse

Instance Methods


constructor (String, HttpClientResponse)

 

constructor(message: String; response: HttpClientResponse)

 

HttpException(String message, HttpClientResponse response)

 

Sub New(message As String, response As HttpClientResponse)

Parameters:

  • message:
  • response:

constructor (String, HttpClientResponse, Exception)

 

constructor(message: String; response: HttpClientResponse; innerException: Exception)

 

HttpException(String message, HttpClientResponse response, Exception innerException)

 

Sub New(message As String, response As HttpClientResponse, innerException As Exception)

Parameters:

  • message:
  • response:
  • innerException:

constructor (HttpClientResponse)

 

constructor(response: HttpClientResponse)

 

HttpException(HttpClientResponse response)

 

Sub New(response As HttpClientResponse)

Parameters:

  • response: