HttpException
Overview
An Exception object that contains errors returned from an HTTP call when the server returned any error >=400.
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack.Http
-
Ancestry:
- Exception | HttpException .NET, .NET Core 5.0, .NET Standard 2.0
- Exception | Exception | HttpException Island
- NSException | Exception | HttpException Toffee
- Exception | HttpException .NET, .NET Core 5.0, .NET Standard 2.0
constructor (declared in Exception) Island, Toffee
constructor
HttpException()
init()
Sub New()
constructor(message: String)
HttpException(String message)
init(_ message: String)
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 (String, HttpClientResponse)
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 (String, HttpClientResponse, Exception)
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 (HttpClientResponse)
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
HttpException()
init()
Sub New()
constructor(message: String)
HttpException(String message)
init(_ message: String)
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 (String, HttpClientResponse)
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 (String, HttpClientResponse, Exception)
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 (HttpClientResponse)
constructor(response: HttpClientResponse)
HttpException(HttpClientResponse response)
init(_ response: HttpClientResponse)
Sub New(response As HttpClientResponse)
Parameters:
- response: