This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -205,7 +205,8 @@ Class ExceptionUtil
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Default handler invoked when an exception is shown.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -215,9 +216,11 @@ Class ExceptionUtil
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>sender</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
<dd></dd>
<dd><p>The source that raised the exception.</p>
</dd>
<dt><code>e</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></dt>
<dd></dd>
<dd><p>The exception instance.</p>
</dd>
</dl>