Skip to content

Commit b69b2b6

Browse files
authored
Automatically port System.Text.Json documentation (#3795)
* Automatically port System.Text.Json documentation * Reset remark
1 parent 9fd93c2 commit b69b2b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xml/System.Text.Json/JsonSerializer.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ For more information, see [How to serialize and deserialize JSON](~/docs/standar
517517
518518
]]></format>
519519
</remarks>
520+
<exception cref="T:System.ArgumentNullException">
521+
<paramref name="writer" /> is <see langword="null" />.</exception>
520522
</Docs>
521523
</Member>
522524
<Member MemberName="Serialize&lt;TValue&gt;">
@@ -600,6 +602,8 @@ For more information, see [How to serialize and deserialize JSON](~/docs/standar
600602
601603
]]></format>
602604
</remarks>
605+
<exception cref="T:System.ArgumentNullException">
606+
<paramref name="writer" /> is <see langword="null" />.</exception>
603607
</Docs>
604608
</Member>
605609
<Member MemberName="SerializeAsync">

0 commit comments

Comments
 (0)