@@ -92,46 +92,46 @@ <h5>Inheritance</h5>
92
92
</ div >
93
93
< div class ="implements ">
94
94
< h5 > Implements</ h5 >
95
- < div > < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._exception "> _Exception</ a > </ div >
96
95
< 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 >
97
97
</ div >
98
98
< div class ="inheritedMembers ">
99
99
< h5 > Inherited Members</ h5 >
100
100
< div >
101
101
< a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception "> Exception.GetBaseException()</ a >
102
102
</ div >
103
+ < div >
104
+ < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.tostring "> Exception.ToString()</ a >
105
+ </ div >
103
106
< div >
104
107
< a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata "> Exception.GetObjectData(SerializationInfo, StreamingContext)</ a >
105
108
</ div >
106
109
< div >
107
110
< a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.gettype "> Exception.GetType()</ a >
108
111
</ div >
109
112
< 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 >
111
114
</ div >
112
115
< div >
113
116
< a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.data "> Exception.Data</ a >
114
117
</ div >
115
118
< 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 >
117
120
</ div >
118
121
< 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 >
120
123
</ div >
121
124
< 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 >
123
126
</ div >
124
127
< 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 >
126
129
</ div >
127
130
< div >
128
131
< a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.source "> Exception.Source</ a >
129
132
</ div >
130
133
< 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 >
135
135
</ div >
136
136
< div >
137
137
< a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate "> Exception.SerializeObjectState</ a >
@@ -143,21 +143,21 @@ <h5>Inherited Members</h5>
143
143
< 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 >
144
144
</ div >
145
145
< 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 >
147
147
</ div >
148
148
< 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 >
150
150
</ div >
151
151
< 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 >
153
153
</ div >
154
154
</ div >
155
155
< h6 > < strong > Namespace</ strong > : < a class ="xref " href ="FluentMigrator.html "> FluentMigrator</ a > .< a class ="xref " href ="FluentMigrator.Exceptions.html "> Exceptions</ a > </ h6 >
156
156
< h6 > < strong > Assembly</ strong > : FluentMigrator.Abstractions.dll</ h6 >
157
157
< h5 id ="FluentMigrator_Exceptions_DatabaseOperationNotSupportedException_syntax "> Syntax</ h5 >
158
158
< div class ="codewrapper ">
159
159
< 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 >
161
161
</ div >
162
162
< h3 id ="constructors "> Constructors
163
163
</ h3 >
@@ -264,10 +264,10 @@ <h5 class="parameters">Parameters</h5>
264
264
</ table >
265
265
< h3 id ="implements "> Implements</ h3 >
266
266
< 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 >
268
268
</ div >
269
269
< 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 >
271
271
</ div >
272
272
273
273
</ article >
0 commit comments