ConnectionClosedException

Overview

Occurs when a Connection is closed while reading data from it, for example because the remote host has unexpectedly closed the connection.

Location

 

constructor

 

constructor

 

ConnectionClosedException()

 

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)

 

ConnectionClosedException(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)

 

ConnectionClosedException(String aMessage)

 

init(_ aMessage: String)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor (Exception) .NET, .NET Core 5.0, .NET Standard 2.0

 

constructor(innerException: Exception)

 

ConnectionClosedException(Exception innerException)

 

init(_ innerException: Exception)

 

Sub New(innerException As Exception)

Parameters:

  • innerException:

constructor (String)

 

constructor(message: String)

 

ConnectionClosedException(String message)

 

init(_ message: String)

 

Sub New(message As String)

Parameters:

  • message:

constructor (Boolean)

 

constructor(timeout: Boolean)

 

ConnectionClosedException(Boolean timeout)

 

init(_ timeout: Boolean)

 

Sub New(timeout As Boolean)

Parameters:

  • timeout:

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)

 

ConnectionClosedException 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)

 

ConnectionClosedException withNSException(NSException aException)

 

init(nSException aException: NSException)

 

Sub New withNSException(aException As NSException)

Parameters:

  • aException:

Message    (declared in RTLException) Toffee

 

var Message: String { get{} }

Timeout  virtual

Determines whether the connection was closed because of time out.

 

property Timeout: Boolean read;

 

Boolean Timeout { get; }

 

var Timeout: Boolean { get{} }

 

ReadOnly Property Timeout() As Boolean

 

Message    (declared in RTLException) Toffee

 

var Message: String { get{} }

Timeout  virtual

Determines whether the connection was closed because of time out.

 

property Timeout: Boolean read;

 

Boolean Timeout { get; }

 

var Timeout: Boolean { get{} }

 

ReadOnly Property Timeout() As Boolean

 

constructor

 

constructor

 

ConnectionClosedException()

 

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)

 

ConnectionClosedException(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)

 

ConnectionClosedException(String aMessage)

 

init(_ aMessage: String)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor (Exception) .NET, .NET Core 5.0, .NET Standard 2.0

 

constructor(innerException: Exception)

 

ConnectionClosedException(Exception innerException)

 

init(_ innerException: Exception)

 

Sub New(innerException As Exception)

Parameters:

  • innerException:

constructor (String)

 

constructor(message: String)

 

ConnectionClosedException(String message)

 

init(_ message: String)

 

Sub New(message As String)

Parameters:

  • message:

constructor (Boolean)

 

constructor(timeout: Boolean)

 

ConnectionClosedException(Boolean timeout)

 

init(_ timeout: Boolean)

 

Sub New(timeout As Boolean)

Parameters:

  • timeout:

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)

 

ConnectionClosedException 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)

 

ConnectionClosedException withNSException(NSException aException)

 

init(nSException aException: NSException)

 

Sub New withNSException(aException As NSException)

Parameters:

  • aException: