Skip to content

Commit 3454bcb

Browse files
CI BuildCI Build
CI Build
authored and
CI Build
committed
Follow MS guidelines for custom exception types. (#826) - make custom exception types serializable.
1 parent 6b9d828 commit 3454bcb

File tree

188 files changed

+1634
-1052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+1634
-1052
lines changed

api/Svg.AttributeEventArgs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>Inherited Members</h5>
102102
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty#system-eventargs-empty">EventArgs.Empty</a>
103103
</div>
104104
<div>
105-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
105+
<span class="xref">System.Object.Equals(System.Object)</span>
106106
</div>
107107
<div>
108108
<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>
@@ -114,7 +114,7 @@ <h5>Inherited Members</h5>
114114
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
115115
</div>
116116
<div>
117-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
117+
<span class="xref">System.Object.MemberwiseClone()</span>
118118
</div>
119119
<div>
120120
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>

api/Svg.ChildAddedEventArgs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>Inherited Members</h5>
102102
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty#system-eventargs-empty">EventArgs.Empty</a>
103103
</div>
104104
<div>
105-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
105+
<span class="xref">System.Object.Equals(System.Object)</span>
106106
</div>
107107
<div>
108108
<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>
@@ -114,7 +114,7 @@ <h5>Inherited Members</h5>
114114
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
115115
</div>
116116
<div>
117-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
117+
<span class="xref">System.Object.MemberwiseClone()</span>
118118
</div>
119119
<div>
120120
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>

api/Svg.ContentEventArgs.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>Inherited Members</h5>
102102
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs.empty#system-eventargs-empty">EventArgs.Empty</a>
103103
</div>
104104
<div>
105-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
105+
<span class="xref">System.Object.Equals(System.Object)</span>
106106
</div>
107107
<div>
108108
<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>
@@ -114,7 +114,7 @@ <h5>Inherited Members</h5>
114114
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
115115
</div>
116116
<div>
117-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
117+
<span class="xref">System.Object.MemberwiseClone()</span>
118118
</div>
119119
<div>
120120
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>

api/Svg.CoordinateParser.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h5>Inheritance</h5>
9393
<div class="inheritedMembers">
9494
<h5>Inherited Members</h5>
9595
<div>
96-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
96+
<span class="xref">System.Object.Equals(System.Object)</span>
9797
</div>
9898
<div>
9999
<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>
@@ -105,7 +105,7 @@ <h5>Inherited Members</h5>
105105
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
106106
</div>
107107
<div>
108-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
108+
<span class="xref">System.Object.MemberwiseClone()</span>
109109
</div>
110110
<div>
111111
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>

api/Svg.CoordinateParserState.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1 id="Svg_CoordinateParserState" data-uid="Svg.CoordinateParserState" class="t
8888
<div class="inheritedMembers">
8989
<h5>Inherited Members</h5>
9090
<div>
91-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetype.equals#system-valuetype-equals(system-object)">ValueType.Equals(Object)</a>
91+
<span class="xref">System.ValueType.Equals(System.Object)</span>
9292
</div>
9393
<div>
9494
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode#system-valuetype-gethashcode">ValueType.GetHashCode()</a>

api/Svg.DataTypes.SvgOrientConverter.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h5>Inherited Members</h5>
112112
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-globalization-cultureinfo-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String)</a>
113113
</div>
114114
<div>
115-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, String)</a>
115+
<span class="xref">System.ComponentModel.TypeConverter.ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)</span>
116116
</div>
117117
<div>
118118
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-string)">TypeConverter.ConvertFromString(String)</a>
@@ -148,7 +148,7 @@ <h5>Inherited Members</h5>
148148
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getconverttoexception#system-componentmodel-typeconverter-getconverttoexception(system-object-system-type)">TypeConverter.GetConvertToException(Object, Type)</a>
149149
</div>
150150
<div>
151-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported">TypeConverter.GetCreateInstanceSupported()</a>
151+
<span class="xref">System.ComponentModel.TypeConverter.GetCreateInstanceSupported()</span>
152152
</div>
153153
<div>
154154
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext)</a>
@@ -184,19 +184,19 @@ <h5>Inherited Members</h5>
184184
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluessupported#system-componentmodel-typeconverter-getstandardvaluessupported">TypeConverter.GetStandardValuesSupported()</a>
185185
</div>
186186
<div>
187-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluessupported#system-componentmodel-typeconverter-getstandardvaluessupported(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)</a>
187+
<span class="xref">System.ComponentModel.TypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)</span>
188188
</div>
189189
<div>
190190
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.isvalid#system-componentmodel-typeconverter-isvalid(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.IsValid(ITypeDescriptorContext, Object)</a>
191191
</div>
192192
<div>
193-
<span class="xref">System.ComponentModel.TypeConverter.IsValid(System.Object)</span>
193+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.isvalid#system-componentmodel-typeconverter-isvalid(system-object)">TypeConverter.IsValid(Object)</a>
194194
</div>
195195
<div>
196196
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.sortproperties#system-componentmodel-typeconverter-sortproperties(system-componentmodel-propertydescriptorcollection-system-string())">TypeConverter.SortProperties(PropertyDescriptorCollection, String[])</a>
197197
</div>
198198
<div>
199-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
199+
<span class="xref">System.Object.Equals(System.Object)</span>
200200
</div>
201201
<div>
202202
<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>
@@ -208,7 +208,7 @@ <h5>Inherited Members</h5>
208208
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
209209
</div>
210210
<div>
211-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
211+
<span class="xref">System.Object.MemberwiseClone()</span>
212212
</div>
213213
<div>
214214
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
@@ -251,7 +251,7 @@ <h5 class="parameters">Parameters</h5>
251251
</thead>
252252
<tbody>
253253
<tr>
254-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
254+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
255255
<td><span class="parametername">context</span></td>
256256
<td></td>
257257
</tr>
@@ -305,7 +305,7 @@ <h5 class="parameters">Parameters</h5>
305305
</thead>
306306
<tbody>
307307
<tr>
308-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
308+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
309309
<td><span class="parametername">context</span></td>
310310
<td></td>
311311
</tr>
@@ -359,7 +359,7 @@ <h5 class="parameters">Parameters</h5>
359359
</thead>
360360
<tbody>
361361
<tr>
362-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
362+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
363363
<td><span class="parametername">context</span></td>
364364
<td></td>
365365
</tr>
@@ -418,7 +418,7 @@ <h5 class="parameters">Parameters</h5>
418418
</thead>
419419
<tbody>
420420
<tr>
421-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
421+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
422422
<td><span class="parametername">context</span></td>
423423
<td></td>
424424
</tr>

api/Svg.DataTypes.SvgPreserveAspectRatioConverter.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h5>Inherited Members</h5>
112112
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-globalization-cultureinfo-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String)</a>
113113
</div>
114114
<div>
115-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-componentmodel-itypedescriptorcontext-system-string)">TypeConverter.ConvertFromString(ITypeDescriptorContext, String)</a>
115+
<span class="xref">System.ComponentModel.TypeConverter.ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)</span>
116116
</div>
117117
<div>
118118
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.convertfromstring#system-componentmodel-typeconverter-convertfromstring(system-string)">TypeConverter.ConvertFromString(String)</a>
@@ -148,7 +148,7 @@ <h5>Inherited Members</h5>
148148
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getconverttoexception#system-componentmodel-typeconverter-getconverttoexception(system-object-system-type)">TypeConverter.GetConvertToException(Object, Type)</a>
149149
</div>
150150
<div>
151-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported">TypeConverter.GetCreateInstanceSupported()</a>
151+
<span class="xref">System.ComponentModel.TypeConverter.GetCreateInstanceSupported()</span>
152152
</div>
153153
<div>
154154
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getcreateinstancesupported#system-componentmodel-typeconverter-getcreateinstancesupported(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext)</a>
@@ -184,19 +184,19 @@ <h5>Inherited Members</h5>
184184
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluessupported#system-componentmodel-typeconverter-getstandardvaluessupported">TypeConverter.GetStandardValuesSupported()</a>
185185
</div>
186186
<div>
187-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.getstandardvaluessupported#system-componentmodel-typeconverter-getstandardvaluessupported(system-componentmodel-itypedescriptorcontext)">TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)</a>
187+
<span class="xref">System.ComponentModel.TypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)</span>
188188
</div>
189189
<div>
190190
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.isvalid#system-componentmodel-typeconverter-isvalid(system-componentmodel-itypedescriptorcontext-system-object)">TypeConverter.IsValid(ITypeDescriptorContext, Object)</a>
191191
</div>
192192
<div>
193-
<span class="xref">System.ComponentModel.TypeConverter.IsValid(System.Object)</span>
193+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.isvalid#system-componentmodel-typeconverter-isvalid(system-object)">TypeConverter.IsValid(Object)</a>
194194
</div>
195195
<div>
196196
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.typeconverter.sortproperties#system-componentmodel-typeconverter-sortproperties(system-componentmodel-propertydescriptorcollection-system-string())">TypeConverter.SortProperties(PropertyDescriptorCollection, String[])</a>
197197
</div>
198198
<div>
199-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
199+
<span class="xref">System.Object.Equals(System.Object)</span>
200200
</div>
201201
<div>
202202
<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>
@@ -208,7 +208,7 @@ <h5>Inherited Members</h5>
208208
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
209209
</div>
210210
<div>
211-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
211+
<span class="xref">System.Object.MemberwiseClone()</span>
212212
</div>
213213
<div>
214214
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
@@ -251,7 +251,7 @@ <h5 class="parameters">Parameters</h5>
251251
</thead>
252252
<tbody>
253253
<tr>
254-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
254+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
255255
<td><span class="parametername">context</span></td>
256256
<td></td>
257257
</tr>
@@ -305,7 +305,7 @@ <h5 class="parameters">Parameters</h5>
305305
</thead>
306306
<tbody>
307307
<tr>
308-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
308+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
309309
<td><span class="parametername">context</span></td>
310310
<td></td>
311311
</tr>
@@ -359,7 +359,7 @@ <h5 class="parameters">Parameters</h5>
359359
</thead>
360360
<tbody>
361361
<tr>
362-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
362+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
363363
<td><span class="parametername">context</span></td>
364364
<td></td>
365365
</tr>
@@ -418,7 +418,7 @@ <h5 class="parameters">Parameters</h5>
418418
</thead>
419419
<tbody>
420420
<tr>
421-
<td><span class="xref">System.ComponentModel.ITypeDescriptorContext</span></td>
421+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedescriptorcontext">ITypeDescriptorContext</a></td>
422422
<td><span class="parametername">context</span></td>
423423
<td></td>
424424
</tr>

api/Svg.Document_Structure.SvgSymbol.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ <h5>Inherited Members</h5>
483483
<a class="xref" href="Svg.SvgElement.html#Svg_SvgElement_ValidateFontFamily_System_String_Svg_SvgDocument_Svg_SvgFontManager_">SvgElement.ValidateFontFamily(String, SvgDocument, SvgFontManager)</a>
484484
</div>
485485
<div>
486-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
486+
<span class="xref">System.Object.Equals(System.Object)</span>
487487
</div>
488488
<div>
489489
<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>
@@ -495,7 +495,7 @@ <h5>Inherited Members</h5>
495495
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
496496
</div>
497497
<div>
498-
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
498+
<span class="xref">System.Object.MemberwiseClone()</span>
499499
</div>
500500
<div>
501501
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>

0 commit comments

Comments
 (0)