update XML IO pattern.

This commit is contained in:
2026-05-24 14:06:51 +08:00
parent 058003f395
commit d7836db45f
314 changed files with 13376 additions and 573 deletions
@@ -108,10 +108,10 @@ Delegate XFactory.XmlExceptionDelegate
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>relPath</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>The relative path where the exception occurred</p>
<dd><p>The relative path where the exception occurred.</p>
</dd>
<dt><code>exception</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></dt>
<dd><p>The exception that was thrown</p>
<dd><p>The exception that was thrown.</p>
</dd>
</dl>