RTLException

Overview

Base RTL exception class.

Location

  • Reference:
    • Elements.dll  .NET, .NET Core 6.0, .NET Standard 2.0
    • elements.jar  Cooper
    • Elements.fx  Island, ToffeeV2
    • libElements.fx  Toffee
  • Namespace: RemObjects.Elements.RTL
  • Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
  • Ancestry:
    • Exception | RTLException  .NET, .NET Core 6.0, .NET Standard 2.0, Cooper
    • Exception | RTLException  Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
    • NSException | RTLException  Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-visionOS, Island-visionOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee, ToffeeV2


 

constructor .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

constructor

 

RTLException()

 

init()

 

RTLException()

 

Sub New()

constructor init() Toffee

 

init(init )

Parameters:

  • :

constructor (String, array of Object)

 

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

 

RTLException(String aFormat, params Object[] aParams)

 

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

 

RTLException(String aFormat, Object[]... aParams)

 

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

Parameters:

  • aFormat:
  • aParams:

constructor (String)

 

constructor(aMessage: String)

 

RTLException(String aMessage)

 

init(_ aMessage: String)

 

RTLException(String aMessage)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor withError(NSError): InstanceType Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-visionOS, Island-visionOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee, ToffeeV2

 

constructor withError(aError: NSError)

 

RTLException withError(NSError aError)

 

init(withError aError: NSError)

 

Sub New withError(aError As NSError)

Parameters:

  • aError:

constructor withNSException(NSException) Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-visionOS, Island-visionOS Simulator, Island-watchOS, Island-watchOS Simulator

 

constructor withNSException(aException: NSException)

 

RTLException withNSException(NSException aException)

 

init(withNSException aException: NSException)

 

Sub New withNSException(aException As NSException)

Parameters:

  • aException:

Message Toffee, ToffeeV2

 

var Message: String { get{} }

 

Message Toffee, ToffeeV2

 

var Message: String { get{} }

 

constructor .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, ToffeeV2

 

constructor

 

RTLException()

 

init()

 

RTLException()

 

Sub New()

constructor init() Toffee

 

init(init )

Parameters:

  • :

constructor (String, array of Object)

 

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

 

RTLException(String aFormat, params Object[] aParams)

 

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

 

RTLException(String aFormat, Object[]... aParams)

 

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

Parameters:

  • aFormat:
  • aParams:

constructor (String)

 

constructor(aMessage: String)

 

RTLException(String aMessage)

 

init(_ aMessage: String)

 

RTLException(String aMessage)

 

Sub New(aMessage As String)

Parameters:

  • aMessage:

constructor withError(NSError): InstanceType Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-visionOS, Island-visionOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee, ToffeeV2

 

constructor withError(aError: NSError)

 

RTLException withError(NSError aError)

 

init(withError aError: NSError)

 

Sub New withError(aError As NSError)

Parameters:

  • aError:

constructor withNSException(NSException) Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-visionOS, Island-visionOS Simulator, Island-watchOS, Island-watchOS Simulator

 

constructor withNSException(aException: NSException)

 

RTLException withNSException(NSException aException)

 

init(withNSException aException: NSException)

 

Sub New withNSException(aException As NSException)

Parameters:

  • aException: