Feedback
Expose exception throw sites directly
- Status
- Fixed
- Fixed in
- v26.9.1
- Area
- -
- Source discussion
- https://forum.objo.dev/d/1004-exception-suggestion
- Last updated
- 2026-09-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Expose the original failure location of a RuntimeException directly so applications can report where an exception originated without indexing and formatting StackFrames manually. Add a read-only ThrowSite property returning the first StackFrame, and give StackFrame.ToString() a concise Name (FileName:LineNumber) representation suitable for logs and diagnostics.