Skip to content

Commit b325e57

Browse files
mairawtdykstra
authored andcommitted
fix exception links (dotnet#3174)
1 parent 470813f commit b325e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Text.Json/JsonSerializerOptions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
6060
## Remarks
6161
62-
By default, `AllowTrailingCommas` is set to `false`, and a <exception cref="T:System.Text.Json.JsonException> is thrown if a trailing comma is encountered.
62+
By default, `AllowTrailingCommas` is set to `false`, and a <xref:System.Text.Json.JsonException> is thrown during deserialization if a trailing comma is encountered.
6363
6464
]]></format>
6565
</remarks>
@@ -284,7 +284,7 @@ Read-only properties are not deserialized regardless of this setting.
284284
285285
## Remarks
286286
287-
Going past this depth will throw a <exception cref="T:System.Text.Json.JsonException>.
287+
Going past this depth throws a <xref:System.Text.Json.JsonException>.
288288
289289
]]></format>
290290
</remarks>
@@ -378,7 +378,7 @@ This property can be set to <xref:System.Text.Json.JsonNamingPolicy.CamelCase?di
378378
379379
## Remarks
380380
381-
By default, a <exception cref="T:System.Text.Json.JsonException> is thrown if a comment is encountered.
381+
By default, a <xref:System.Text.Json.JsonException> is thrown during deserialization if a comment is encountered.
382382
383383
]]></format>
384384
</remarks>

0 commit comments

Comments
 (0)