Skip to content

Commit d8a11b2

Browse files
authored
added exceptions to serialize async (#3962)
1 parent 6a4a557 commit d8a11b2

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
@@ -647,6 +647,8 @@ For more information, see [How to serialize and deserialize JSON](~/docs/standar
647647
648648
]]></format>
649649
</remarks>
650+
<exception cref="T:System.ArgumentNullException">
651+
<paramref name="utf8Json" /> or <paramref name="inputType" /> is <see langword="null" />.</exception>
650652
</Docs>
651653
</Member>
652654
<Member MemberName="SerializeAsync&lt;TValue&gt;">
@@ -690,6 +692,8 @@ For more information, see [How to serialize and deserialize JSON](~/docs/standar
690692
691693
]]></format>
692694
</remarks>
695+
<exception cref="T:System.ArgumentNullException">
696+
<paramref name="utf8Json" /> is <see langword="null" />.</exception>
693697
</Docs>
694698
</Member>
695699
<Member MemberName="SerializeToUtf8Bytes">

0 commit comments

Comments
 (0)