Skip to content

Commit 679a10c

Browse files
authored
review exception info (#2652)
1 parent 0cfe24d commit 679a10c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

xml/System.Text.Json/Utf8JsonReader.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -698,11 +698,6 @@ For input data within a `ReadOnlySpan<byte>`, this always returns `false`. For i
698698
<returns>
699699
<see langword="true" /> if the token was read successfully; otherwise, <see langword="false" />.</returns>
700700
<remarks>To be added.</remarks>
701-
<exception cref="T:System.Text.Json.JsonReaderException">An invalid JSON token was encountered.
702-
703-
-or-
704-
705-
The current depth exceeds the recursive limit set by the maximum depth.</exception>
706701
<exception cref="T:System.Text.Json.JsonException">An invalid JSON token according to the JSON RFC is encountered.
707702

708703
-or-
@@ -1247,4 +1242,4 @@ Otherwise, the token value must be accessed from <xref:System.Text.Json.Utf8Json
12471242
</Docs>
12481243
</Member>
12491244
</Members>
1250-
</Type>
1245+
</Type>

0 commit comments

Comments
 (0)