CocoaWrappedIslandException
Overview
Wrapper class for Cocoa that can hold a thrown Island exception.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, visionOS, visionOS Simulator, watchOS, watchOS Simulator
- Ancestry: NSException | CocoaWrappedIslandException
Instance Methods
constructor
constructor(aException: IslandException)
CocoaWrappedIslandException(IslandException aException)
init(_ aException: IslandException)
CocoaWrappedIslandException(IslandException aException)
Sub New(aException As IslandException)
Parameters:
- aException:
description override virtual
method description: String
String description()
func description() -> String
String description()
Function description() As String
ToString virtual
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String