HttpHeaderException
Overview
An Exception object that contains errors returned from one of the HttpHeader or HttpHeaders methods call.
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 | HttpHeaderException .NET, .NET Core 5.0, .NET Standard 2.0
- Exception | Exception | HttpHeaderException Island
- NSException | Exception | HttpHeaderException Toffee
- Exception | HttpHeaderException .NET, .NET Core 5.0, .NET Standard 2.0
Instance Methods
constructor
constructor
HttpHeaderException()
init()
Sub New()
constructor (String)
constructor(message: String)
HttpHeaderException(String message)
init(_ message: String)
Sub New(message As String)
Parameters:
- message:
constructor(message: String; innerException: Exception)
HttpHeaderException(String message, Exception innerException)
init(_ message: String, _ innerException: Exception)
Sub New(message As String, innerException As Exception)
Parameters:
- message:
- innerException: