System.Exception Extension
Location
- Reference: Elements.dll
- Namespace: RemObjects.Elements.RTL
- Extends: Exception
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0
Properties
CallStack
property CallStack: ImmutableList<String> read;
ImmutableList<String> CallStack { get; }
var CallStack: ImmutableList<String> { get{} }
ReadOnly Property CallStack() As ImmutableList<String>