@@ -92,46 +92,46 @@ <h5>Inheritance</h5>
9292 </ div >
9393 < div class ="implements ">
9494 < h5 > Implements</ h5 >
95- < div > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception "> _Exception</ a > </ div >
9695 < div > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable "> ISerializable</ a > </ div >
96+ < div > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception "> _Exception</ a > </ div >
9797 </ div >
9898 < div class ="inheritedMembers ">
9999 < h5 > Inherited Members</ h5 >
100100 < div >
101101 < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception "> Exception.GetBaseException()</ a >
102102 </ div >
103+ < div >
104+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.tostring "> Exception.ToString()</ a >
105+ </ div >
103106 < div >
104107 < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata "> Exception.GetObjectData(SerializationInfo, StreamingContext)</ a >
105108 </ div >
106109 < div >
107110 < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.gettype "> Exception.GetType()</ a >
108111 </ div >
109112 < div >
110- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.tostring "> Exception.ToString() </ a >
113+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.message "> Exception.Message </ a >
111114 </ div >
112115 < div >
113116 < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.data "> Exception.Data</ a >
114117 </ div >
115118 < div >
116- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.helplink "> Exception.HelpLink </ a >
119+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.innerexception "> Exception.InnerException </ a >
117120 </ div >
118121 < div >
119- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.hresult "> Exception.HResult </ a >
122+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.targetsite "> Exception.TargetSite </ a >
120123 </ div >
121124 < div >
122- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.innerexception "> Exception.InnerException </ a >
125+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.stacktrace "> Exception.StackTrace </ a >
123126 </ div >
124127 < div >
125- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.message "> Exception.Message </ a >
128+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.helplink "> Exception.HelpLink </ a >
126129 </ div >
127130 < div >
128131 < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.source "> Exception.Source</ a >
129132 </ div >
130133 < div >
131- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.stacktrace "> Exception.StackTrace</ a >
132- </ div >
133- < div >
134- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.targetsite "> Exception.TargetSite</ a >
134+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.hresult "> Exception.HResult</ a >
135135 </ div >
136136 < div >
137137 < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate "> Exception.SerializeObjectState</ a >
@@ -143,21 +143,21 @@ <h5>Inherited Members</h5>
143143 < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) "> object.Equals(object, object)</ a >
144144 </ div >
145145 < div >
146- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.gethashcode "> object.GetHashCode( )</ a >
146+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.referenceequals "> object.ReferenceEquals(object, object )</ a >
147147 </ div >
148148 < div >
149- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone "> object.MemberwiseClone ()</ a >
149+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.gethashcode "> object.GetHashCode ()</ a >
150150 </ div >
151151 < div >
152- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.referenceequals "> object.ReferenceEquals(object, object )</ a >
152+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone "> object.MemberwiseClone( )</ a >
153153 </ div >
154154 </ div >
155155 < h6 > < strong > Namespace</ strong > : < a class ="xref " href ="FluentMigrator.html "> FluentMigrator</ a > .< a class ="xref " href ="FluentMigrator.Exceptions.html "> Exceptions</ a > </ h6 >
156156 < h6 > < strong > Assembly</ strong > : FluentMigrator.Abstractions.dll</ h6 >
157157 < h5 id ="FluentMigrator_Exceptions_DatabaseOperationNotSupportedException_syntax "> Syntax</ h5 >
158158 < div class ="codewrapper ">
159159 < pre > < code class ="lang-csharp hljs "> [Serializable]
160- public class DatabaseOperationNotSupportedException : FluentMigratorException, _Exception, ISerializable </ code > </ pre >
160+ public class DatabaseOperationNotSupportedException : FluentMigratorException, ISerializable, _Exception </ code > </ pre >
161161 </ div >
162162 < h3 id ="constructors "> Constructors
163163</ h3 >
@@ -264,10 +264,10 @@ <h5 class="parameters">Parameters</h5>
264264 </ table >
265265 < h3 id ="implements "> Implements</ h3 >
266266 < div >
267- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception " > _Exception </ a >
267+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable " > ISerializable </ a >
268268 </ div >
269269 < div >
270- < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable " > ISerializable </ a >
270+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception " > _Exception </ a >
271271 </ div >
272272
273273</ article >
0 commit comments