mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-20 10:37:54 +08:00
Update the documentation pages
This commit is contained in:
@@ -78,13 +78,76 @@
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">OpenIddictExceptions.GenericException</span></div>
|
||||
<div class="level1"><span class="xref">System.Exception</span></div>
|
||||
<div class="level2"><span class="xref">OpenIddictExceptions.GenericException</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.Runtime.Serialization.ISerializable</span></div>
|
||||
<div><span class="xref">System.Runtime.InteropServices._Exception</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Exception.GetBaseException()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.ToString()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.GetType()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.Message</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.Data</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.InnerException</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.TargetSite</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.StackTrace</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.HelpLink</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.Source</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.HResult</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Exception.SerializeObjectState</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="OpenIddict.Abstractions.html">OpenIddict.Abstractions</a></h6>
|
||||
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
|
||||
<h5 id="OpenIddict_Abstractions_OpenIddictExceptions_GenericException_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class GenericException : Exception</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class GenericException : Exception, ISerializable, _Exception</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
@@ -320,6 +383,13 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<span class="xref">System.Runtime.Serialization.ISerializable</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Runtime.InteropServices._Exception</span>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user