Overview

An Exception object that contains errors returned from an HTTP call when the server returned any error >=400.

Location

constructor    (declared in Exception) Island, Toffee


constructor(message: String)
HttpException(String message)
Sub New(message As String)

Parameters:

  • message:

constructor(message: String; innerException: Exception)
HttpException(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)

Parameters:

  • message:
  • innerException:

constructor(message: String; response: HttpClientResponse)
HttpException(String message, HttpClientResponse response)
init(_ message: String, _ response: HttpClientResponse)
Sub New(message As String, response As HttpClientResponse)

Parameters:

  • message:
  • response:

constructor(message: String; response: HttpClientResponse; innerException: Exception)
HttpException(String message, HttpClientResponse response, Exception innerException)
init(_ message: String, _ response: HttpClientResponse, _ innerException: Exception)
Sub New(message As String, response As HttpClientResponse, innerException As Exception)

Parameters:

  • message:
  • response:
  • innerException:

constructor(response: HttpClientResponse)
HttpException(HttpClientResponse response)
init(_ response: HttpClientResponse)
Sub New(response As HttpClientResponse)

Parameters:

  • response:

Response  virtual

The specific Content returned from the server when the error occured.

property Response: HttpClientResponse read;
HttpClientResponse Response { get; }
var Response: HttpClientResponse { get{} }
ReadOnly Property Response() As HttpClientResponse

Response  virtual

The specific Content returned from the server when the error occured.

property Response: HttpClientResponse read;
HttpClientResponse Response { get; }
var Response: HttpClientResponse { get{} }
ReadOnly Property Response() As HttpClientResponse

constructor    (declared in Exception) Island, Toffee


constructor(message: String)
HttpException(String message)
Sub New(message As String)

Parameters:

  • message:

constructor(message: String; innerException: Exception)
HttpException(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)

Parameters:

  • message:
  • innerException:

constructor(message: String; response: HttpClientResponse)
HttpException(String message, HttpClientResponse response)
init(_ message: String, _ response: HttpClientResponse)
Sub New(message As String, response As HttpClientResponse)

Parameters:

  • message:
  • response:

constructor(message: String; response: HttpClientResponse; innerException: Exception)
HttpException(String message, HttpClientResponse response, Exception innerException)
init(_ message: String, _ response: HttpClientResponse, _ innerException: Exception)
Sub New(message As String, response As HttpClientResponse, innerException As Exception)

Parameters:

  • message:
  • response:
  • innerException:

constructor(response: HttpClientResponse)
HttpException(HttpClientResponse response)
init(_ response: HttpClientResponse)
Sub New(response As HttpClientResponse)

Parameters:

  • response: