Overview

An Exception object that contains errors returned from one of the HttpHeader or HttpHeaders methods call.

Location

Instance Methods



constructor(message: String)
HttpHeaderException(String message)
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: