DnsResolveException

Overview

This type of exception is thrown in resolving of a host name or IP address fails.

Location


 

constructor    (declared in RTLException) .NET, .NET Standard 2.0, Island, Toffee

 

constructor

 

DnsResolveException()

 

init()

 

Sub New()

constructor (String, array of Object)    (declared in RTLException) .NET, .NET Standard 2.0, Island, Toffee

 

constructor(aFormat: String; params aParams: array of Object)

 

DnsResolveException(String aFormat, params Object[] aParams)

 

init(_ aFormat: String, _ aParams: Object...)

 

Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams:

constructor (String)    (declared in RTLException) .NET, .NET Standard 2.0, Island, Toffee

 

constructor(aMessage: String)

 

DnsResolveException(String aMessage)

 

init(_ aMessage: String)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor (String)

 

constructor(message: String)

 

DnsResolveException(String message)

 

init(_ message: String)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, array of Object)

 

constructor(message: String; params args: array of Object)

 

DnsResolveException(String message, params Object[] args)

 

init(_ message: String, _ args: Object...)

 

Sub New(message As String, ParamArray args As Object())

Parameters:

  • message:
  • args:

constructor withError(NSError): InstanceType    (declared in RTLException) Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32, Toffee

 

constructor withError(aError: NSError)

 

DnsResolveException withError(NSError aError)

 

init(error aError: NSError)

 

Sub New withError(aError As NSError)

Parameters:

  • aError:

constructor withNSException(NSException)    (declared in RTLException) Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32

 

constructor withNSException(aException: NSException)

 

DnsResolveException withNSException(NSException aException)

 

init(nSException aException: NSException)

 

Sub New withNSException(aException As NSException)

Parameters:

  • aException:

Message    (declared in RTLException) Toffee

 

var Message: String { get{} }

 

Message    (declared in RTLException) Toffee

 

var Message: String { get{} }

 

constructor    (declared in RTLException) .NET, .NET Standard 2.0, Island, Toffee

 

constructor

 

DnsResolveException()

 

init()

 

Sub New()

constructor (String, array of Object)    (declared in RTLException) .NET, .NET Standard 2.0, Island, Toffee

 

constructor(aFormat: String; params aParams: array of Object)

 

DnsResolveException(String aFormat, params Object[] aParams)

 

init(_ aFormat: String, _ aParams: Object...)

 

Sub New(aFormat As String, ParamArray aParams As Object())

Parameters:

  • aFormat:
  • aParams:

constructor (String)    (declared in RTLException) .NET, .NET Standard 2.0, Island, Toffee

 

constructor(aMessage: String)

 

DnsResolveException(String aMessage)

 

init(_ aMessage: String)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor (String)

 

constructor(message: String)

 

DnsResolveException(String message)

 

init(_ message: String)

 

Sub New(message As String)

Parameters:

  • message:

constructor (String, array of Object)

 

constructor(message: String; params args: array of Object)

 

DnsResolveException(String message, params Object[] args)

 

init(_ message: String, _ args: Object...)

 

Sub New(message As String, ParamArray args As Object())

Parameters:

  • message:
  • args:

constructor withError(NSError): InstanceType    (declared in RTLException) Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32, Toffee

 

constructor withError(aError: NSError)

 

DnsResolveException withError(NSError aError)

 

init(error aError: NSError)

 

Sub New withError(aError As NSError)

Parameters:

  • aError:

constructor withNSException(NSException)    (declared in RTLException) Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-watchOS Simulator, Island-watchOS-arm64_32

 

constructor withNSException(aException: NSException)

 

DnsResolveException withNSException(NSException aException)

 

init(nSException aException: NSException)

 

Sub New withNSException(aException As NSException)

Parameters:

  • aException: