This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -198,6 +198,39 @@ Class ExceptionUtil
<a id="Hi_Common_ExceptionUtil_Default_OnShown_" data-uid="Hi.Common.ExceptionUtil.Default_OnShown*"></a>
<h3 id="Hi_Common_ExceptionUtil_Default_OnShown_System_Object_System_Exception_" data-uid="Hi.Common.ExceptionUtil.Default_OnShown(System.Object,System.Exception)">
Default_OnShown(object, Exception)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Default_OnShown(object sender, Exception e)</code></pre>
</div>
<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>
<dt><code>e</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></dt>
<dd></dd>
</dl>
<a id="Hi_Common_ExceptionUtil_ShowException_" data-uid="Hi.Common.ExceptionUtil.ShowException*"></a>
<h3 id="Hi_Common_ExceptionUtil_ShowException_System_Exception_System_Object_" data-uid="Hi.Common.ExceptionUtil.ShowException(System.Exception,System.Object)">