RemObjects.Elements.System.Exception Extension
Location
- Reference: Elements.fx
- Namespace: RemObjects.Elements.RTL
- Extends: Exception
- Platforms: Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
Properties
CallStack
property CallStack: ImmutableList<String> read;
ImmutableList<String> CallStack { get; }
var CallStack: ImmutableList<String> { get{} }
ReadOnly Property CallStack() As ImmutableList<String>
Instance Methods
constructor
constructor(aMessage: PlatformString; params aParams: array of Object)
RemObjects.Elements.System.Exception(PlatformString aMessage, params Object[] aParams)
init(_ aMessage: PlatformString, _ aParams: Object...)
Sub New(aMessage As PlatformString, ParamArray aParams As Object())
Parameters:
- aMessage:
- aParams: