Foundation.NSException Extension
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Extends: NSException
- Platforms: iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, watchOS, watchOS Simulator
Properties
CallStack
property CallStack: ImmutableList<String> read;
ImmutableList<String> CallStack { get; }
var CallStack: ImmutableList<String> { get{} }
ImmutableList<String> CallStack { __get; }
ReadOnly Property CallStack() As ImmutableList<String>
Message
property Message: String read;
String Message { get; }
var Message: String { get{} }
String Message { __get; }
ReadOnly Property Message() As String
Instance Methods
constructor
constructor(aMessage: String)
Foundation.NSException(String aMessage)
init(_ aMessage: String)
Foundation.NSException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage: