Property ComponentStack
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
ComponentStack
Multi-line string listing the throwing fiber and its ancestors up to the root. Each line
follows the format at TypeName.MethodName. The first line is the deepest fiber
(the one whose Render() threw); subsequent lines walk up via ComponentFiber.Parent.
public string ComponentStack { get; init; }
Property Value
- string