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>