Feedback
Invalid XML names now report a catchable error
- Status
- Fixed
- Fixed in
- v26.7.6
- Source discussion
- https://forum.objo.dev/d/710-doc-xmlnode-attribute
- Last updated
- 2026-07-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Passing an invalid XML element or attribute name to XMLNode should raise a catchable InvalidArgumentException with a useful source location. It must not terminate the app with a fatal .NET XmlException and host stack trace.